Board index » delphi » Problems with Sybase Adaptive Server Anywhere 6.0

Problems with Sybase Adaptive Server Anywhere 6.0

Up to now, we used a Delphi 3 Application with Sybase SQL Anywhere 5.

Now we tried to move to Sybase Adaptive Server Anywhere 6.0, but
unfortunatelly we had to discover, that in that Delphi Application the
"deletes" didnt work anymore. Each try to delete a record in a table
of the Sybase Database ended in an abort of the Delphi Programm
without any error messages.

Is there someone, who knows something about this problem?

Thanks for your help

Rolf Eschenbach
Hannover in Germany

 

Re:Problems with Sybase Adaptive Server Anywhere 6.0


Go back to 5.504.
1. ASA 6 specifications sound good, but is still very buggy
2. performance tests show that even the last version is still 80% slower
than 5504.

As for abort without any error messages see "Run-Time Errors In DLLs" in
help file.
However Delphi RTL can catch exceptions in dll, if in main message loop.

--
----------------------
Regards
Robert Cerny
Remove both qwe when replying
email: robert.qwe.ce...@neosys.xrs.qwe.si

No questions via email, unless explicitly invited.

Quote
Rolf Eschenbach wrote in message <7kl5bv$5...@forums.borland.com>...
>Up to now, we used a Delphi 3 Application with Sybase SQL Anywhere 5.

>Now we tried to move to Sybase Adaptive Server Anywhere 6.0, but
>unfortunatelly we had to discover, that in that Delphi Application the
>"deletes" didnt work anymore. Each try to delete a record in a table
>of the Sybase Database ended in an abort of the Delphi Programm
>without any error messages.

>Is there someone, who knows something about this problem?

>Thanks for your help

>Rolf Eschenbach
>Hannover in Germany

Other Threads