Fw: Borland may have fixed the dbExpress driver for MySQL transactions

2003-08-24 Thread Heikki Tuuri
Hi! Many people have complained over years that Borland's dbExpress driver does not work with MySQL and transactions, because it disconnects from mysqld after each SQL statement. The postings below suggests that this problem might now be fixed by Borland. Best regards, Heikki Tuuri Innobase Oy h

MySQL Transactions

2001-11-09 Thread Segun Olotu
Can anyone help? I'm trying to implement a transaction (using InnoDB tables ) in which everything done in it can be rolled back at any stage. There are several operations involved and I need to be able to undo all the work done so far at any point. In my code below, I've deliberately set the vari

Delphi, Kylix, DbExpress, MySQL, Transactions...

2001-08-01 Thread Kevin McBrearty
I posted this message in the Delphi/Kylix newsgroups but didn't get a definitive answer so I'll try it here. I'm using Delphi 6 Enterprise and DBExpress to access a MySQL database running on a Suse box. I'm using a MySQL-Max distribution and InnoDB table types that support transactions. Unfortuna

MySQL, Transactions and Locking

2001-01-18 Thread Stephen Livesey
Dear All, I hope somebody can help me, I have installed MySQL on a Windows 2000 system and it is working fine. However I require Transactions, Record Locking and RollBack, so I have also downloaded the Berkley DB v3.2.3, this is where my problems start. I am using MS Visual C++ v6, when I try