|
Quickest way to create Web apps
1/8/2004 2:06:34 PM
(Total replies: 1)
|
| I always use Visual InterDev to create ASP applications. It has a simple to use interface and powerfull debugging functionality. |
|
|
|
delete command
1/8/2004 2:06:50 PM
(Total replies: 1)
|
| 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 response is:
The underlying connection was closed: An unexpected error occurred on a ... |
|
|
|
delete command
1/8/2004 2:06:50 PM
(Total replies: 0)
|
| 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 |
|
|
|
Encryption
1/8/2004 2:06:34 PM
(Total replies: 1)
|
| Does anyone have experience with encrypting askSam databases? |
|
|
|
importing a file
1/8/2004 2:06:33 PM
(Total replies: 0)
|
| We do have an import dll for some formats. What formats are you trying to import? |
|