Transactions
Posted: Sat 02 Jul 2005 05:22
I use Mydac Trial version and delphi 2005.
In my code, I'm trying to use transactions, but it does not work properly:
when I rollback a transaction, it does nothing.
My tables are innoDB.
I try to set "autocommit = 0" with a TMyScript component (I've also try with a TMyCommand component, but when I interrogate the TMyServerControl component, autocommit is always set to true.
Does anyone can hel?
Thank's
Patrice Rapaport
In my code, I'm trying to use transactions, but it does not work properly:
when I rollback a transaction, it does nothing.
My tables are innoDB.
I try to set "autocommit = 0" with a TMyScript component (I've also try with a TMyCommand component, but when I interrogate the TMyServerControl component, autocommit is always set to true.
Does anyone can hel?
Thank's
Patrice Rapaport