lost connection

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

lost connection

Post by Giordani » Mon 09 Jan 2006 20:41

Hi.
We lost connection, only Linux, when service of MySql down and up during the application is loaded. We use your program DbxMda/Demos/Query/Query.dpr of example and the problem occur.
This situation happen at localhost or remote.

Our structure:
Linux: Red Rad 9 - 2.4.20-8
Kylix 3.0 (Build 4.186)
DbxMda 2.60.7

Example:
Run your program Query.dpr, set remote server name and table.
Executed any sql sentence.
Stop the service.
Execute any sql sentence.
Start the service.
Execute any sql sentence and the program Query down.

Giordani
email: [email protected]
system analist

Observation: Windows doesn't have this problem.

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

Post by Ikar » Wed 11 Jan 2006 10:22

Can you reproduce this problem using client mode (getSQLDriverMySQL
instead of getSQLDriverMySQLDirect)?
Can you reproduce this problem using standard driver?

giordani rocha

thanks

Post by giordani rocha » Fri 13 Jan 2006 10:31

When we change the drivername, as you suggest, and put the libmysqlclient.so.14.0.0 together with application, the problems finished.

Thank you.

Giordani Rocha
System analist

Post Reply