| 1. | Quickest way to create Web apps Posted by klanderman on 1/8/2004 2:06:34 PM I always use Visual InterDev to create ASP applications. It has a simple to use interface and powerfull debugging functionality. |
| 2. | delete command Posted by klanderman on 1/8/2004 2:06:50 PM using the string below, makes the Freedom XML server crash.
asxml db = new asxml();
string str = db.RunXQuery("for $b in document(\"timelog\")/user where $b/name = \"" + User_List.SelectedItem.Text + "\" delete doc($b)")
I try to delete the document.
There's no error displayed on the Freedom XML server. It's impossible to connect to the server after this request.
The server ... |
| 3. | delete command Posted by klanderman on 1/8/2004 2:06:50 PM Changing my XQuery request fixed the problem. I'm glad you've also fixed the server response in the new build.
Happy New Years!
Maarten |
| 4. | Encryption Posted by klanderman on 1/8/2004 2:06:34 PM Does anyone have experience with encrypting askSam databases? |
| 5. | importing a file Posted by klanderman on 1/8/2004 2:06:33 PM We do have an import dll for some formats. What formats are you trying to import? |