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

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

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