RE: WinZeos and Transactions

2002-06-04 Thread Informatica Handem
Kiss Dániel; [EMAIL PROTECTED] Asunto: Re: WinZeos and Transactions It's easy to upgrade. I just did a search and replace in the .dfm files. Fredrick - Original Message - From: "Informatica Handem" <[EMAIL PROTECTED]> To: "Kiss Dániel" <[EMAIL PROTECT

Re: WinZeos and Transactions

2002-06-04 Thread Fredrick Bartlett
It's easy to upgrade. I just did a search and replace in the .dfm files. Fredrick - Original Message - From: "Informatica Handem" <[EMAIL PROTECTED]> To: "Kiss Dániel" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, June 04, 2002 3:

RE: WinZeos and Transactions

2002-06-04 Thread Informatica Handem
ation. Also ZeosDBO 5.3.0 is supposed to be beta. Iago. -Mensaje original- De: Kiss Dániel [mailto:[EMAIL PROTECTED]] Enviado el: martes 4 de junio de 2002 11:33 Para: [EMAIL PROTECTED] Asunto: Re: WinZeos and Transactions If WinZeos you've written about is the Zeos Database Obj

Re: WinZeos and Transactions

2002-06-04 Thread Kiss Dániel
If WinZeos you've written about is the Zeos Database Objects (http://www.zeoslib.org), then I think I know the solution for your problem. First of all you don't have to BEGIN a transaction because when using an InnoDB connection, you always have an apened transaction, and when you close it by C

WinZeos and Transactions

2002-06-04 Thread Iago Sineiro
Hi all. I use WinZeos 3.0.3 to access MySQL 3.23.49 with Delphi 5.0. I'm using InnoDB tables and I want to use transactions. I try to begin a transaction with BEGIN and SET AUTOCOMIT=0 but doesn't work I can see the rows inserted in the database with another connection. What is the problem? The