MySQL Forums
Forum List  »  Delphi

Keep connection with Delphi 2007, dbexpress, dbxmys30.dll ?
Posted by: Milos Protic
Date: September 12, 2007 09:29AM

I'm having a problem with dbxmys30.dll, connecting to MySQL 4.0.45.

Driver doesn't keep connection. (TSQLConnection.keepconnection is set to true) Instead it opens new connection for every query. So, for application with 1 TSQLConnection I end up with million open TCP/IP connections, get_last_insert_id doesnt't work, neither do transactions.

My question is:

Did anybody manage to keep connection using this driver? Am I an idiot, or Borland/CodeGear delivered useless driver that can be used only to run stupid demo app, AGAIN ??



Edited 1 time(s). Last edit at 09/12/2007 09:30AM by Milos Protic.

Options: ReplyQuote


Subject
Written By
Posted
Keep connection with Delphi 2007, dbexpress, dbxmys30.dll ?
September 12, 2007 09:29AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.