Hi
i am using MyDAC 5.90.0.59 and delphi 5
i have a transaction that is completely executed and committed but nevertheless i got a "lost connection" exception in delphi sometimes. the exception is raised from the commit statement in delphi, but all SQLs are executed (and commited!) in database.
any ideas?
Michael
transaction and lost connection
-
direct_mki
- Posts: 2
- Joined: Wed 28 Jul 2010 07:48
OK, but in the line before the commit i have a connection.ping without an error.
And: the SQLs (Inserts, Updates, etc.) in database ARE committed afterwards
How should I proceed then after the OnConnectionLost event? I can not reexecute my SQLs if they are already executed. I have no information about the commit has succeeded.
And: the SQLs (Inserts, Updates, etc.) in database ARE committed afterwards
How should I proceed then after the OnConnectionLost event? I can not reexecute my SQLs if they are already executed. I have no information about the commit has succeeded.