Re: Transaction Support in MySQL

2001-12-19 Thread Rajarajeswaraprabhu
Hi Arawind, > Could any one help how to cope up without transactons > in mysql. The Help manual provided with the software > doesn't help a great deal. Oneway is to incorporte transaction processing functionalities in the middle layer application. eg. before commiting persistent objects used f

Transaction Support in MySQL

2001-12-19 Thread aravind gorthy
Hi, I am using MySQL 3.23.40 on LINUX Redhat 7.1 version. My application is an OLTP application and depends heavily on transactions. Since MySQL doesn't support transactions for the stable releases, is there any work around to solve this problem. Could any one help how to cope up without transacto

Re: Transaction Support in MySQL

2001-06-22 Thread Trond Eivind Glomsrød
"Alberni-dot-Net Tech Mailing Lists" <[EMAIL PROTECTED]> writes: > What sort of support for transactions and table/record locking is > there in MySQL right now? I had heard that only table locking was > supported, and limited support for transactions. It varies, depending on table type - look a

Re: Transaction Support in MySQL

2001-06-22 Thread MikeBlezien
On Fri, 22 Jun 2001 15:17:18 -0700, "Alberni-dot-Net Tech Mailing Lists" <[EMAIL PROTECTED]> wrote: >>What sort of support for transactions and table/record locking is there in MySQL >right now? I had heard that only table locking was supported, and limited support >for transactions. we've

Transaction Support in MySQL

2001-06-22 Thread Alberni-dot-Net Tech Mailing Lists
What sort of support for transactions and table/record locking is there in MySQL right now? I had heard that only table locking was supported, and limited support for transactions. Aaron - Before posting, please check: h

Re: Transaction support in MySQL?

2001-02-13 Thread tc lewis
http://www.mysql.com/documentation/mysql/bychapter/manual_Compatibility.html#Missing_Transactions http://www.mysql.com/documentation/mysql/bychapter/manual_Table_types.html#BDB -tcl. On Tue, 13 Feb 2001, Eric Kwong wrote: > I'm wondering if MySQL supports transaction? > Since I have an appli

Transaction support in MySQL?

2001-02-13 Thread Eric Kwong
I'm wondering if MySQL supports transaction? Since I have an application to use MySQL JDBC to perform several insert statements and then do a rollback, all data saved to the database without rolling back. -Eric - Before posting