Re: [PHP] About MySQl and Transactions

2001-05-09 Thread Christian Dechery
At 20:09 9/5/2001 +0200, Fredrik Rodland wrote: >I don't think MySql does not have support for transactions. Try using >another DB - like postgres. yes it does... download Mysql-Max or install BDB in your mysql dist (if you are under *ux or *ix)... Mysql-Max is the newest Mysql dist including

RE: [PHP] About MySQl and Transactions

2001-05-09 Thread Matt Schroebel
You have to have version 3.23 and read this: http://www.mysql.com/doc/C/O/COMMIT.html > From: Hassan Arteaga [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 09, 2001 1:24 PM > How I implements transaccions in MySQL -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [E

Re: [PHP] About MySQl and Transactions

2001-05-09 Thread Fredrik Rodland
I don't think MySql does not have support for transactions. Try using another DB - like postgres. Fredrik On Wed, 9 May 2001, Hassan Arteaga wrote: > Hi all !!! > > I'd like to implement this pseudocode > > 1-open connection with MySQL > 2-beintransaction > 3-add data to table1 > 4-add data t

[PHP] About MySQl and Transactions

2001-05-09 Thread Hassan Arteaga
Hi all !!! I'd like to implement this pseudocode 1-open connection with MySQL 2-beintransaction 3-add data to table1 4-add data to table2 5-commit transacction or die (rollbacktransacciont) How I implements transaccions in MySQL Thanks all !!! -- M. Sc. Hassan Arteaga Rodríguez Microsoft