Problems if "Lost connection"

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for MySQL in Delphi and C++Builder
Post Reply
Cefe

Problems if "Lost connection"

Post by Cefe » Fri 24 Jun 2005 17:07

Hello,
We are experienced problems with the following case:

A correct connection to the database is obtained and querys are made without any problems.
After that, the connection to the database is lost (you can stop the MySQL Server to test this). When this happens the first query that is executed gives the normal "lost connection" exception, but if it is tried to execute again it produces an exception within dbexpmda.dll and usually it causes that the application is closed with an "abnormal program termination" or similar.

There are any way to avoid this?

Regards,
Cefe

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Mon 27 Jun 2005 06:27

Try to download DbxMda last version (2.50.6). If problem persists then send us complete small sample to demonstrate it and include script to create server objects.

Post Reply