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
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
"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
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
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
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
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