Transactions

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Patrice

Transactions

Post by Patrice » 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

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

Post by Ikar » Mon 04 Jul 2005 06:21

We couldn't reproduce the problem.
Please send us (mydac*crlab*com) complete small sample to demonstrate it and include script to create server objects.

Post Reply