Re: Enabling Transactions

2003-09-30 Thread Egor Egorov
Dan Anderson <[EMAIL PROTECTED]> wrote: > I am having a problem in one of my scripts and I need to use > transactions to fix it. When I looked it up on the mySQL documentation > I found: > > "If you are using transaction-safe tables (like InnoDB or BDB), you can > put MySQL into non-autocommit mo

Enabling Transactions

2003-09-29 Thread Dan Anderson
I am having a problem in one of my scripts and I need to use transactions to fix it. When I looked it up on the mySQL documentation I found: "If you are using transaction-safe tables (like InnoDB or BDB), you can put MySQL into non-autocommit mode with the following command:" Does this mean that

RE: high level: enabling transactions in mysql-max with WebLogic TX datasource?

2002-07-01 Thread Bert VdB
2 23:14 To: [EMAIL PROTECTED] Subject: Re: high level: enabling transactions in mysql-max with WebLogic TX datasource? >>>>> "Bert" == Bert VdB <[EMAIL PROTECTED]> writes: Bert> Hi, Bert> all you have to do use a transaction enabled data-source and use

Re: high level: enabling transactions in mysql-max with WebLogic TX datasource?

2002-07-01 Thread David M. Karr
> "Bert" == Bert VdB <[EMAIL PROTECTED]> writes: Bert> Hi, Bert> all you have to do use a transaction enabled data-source and use the Bert> Mm-MysqlDriver Bert> for your JDBC connections. (http://mmmysql.sourceforge.net/) Bert> Best is to read the InnoDB documentation car

RE: high level: enabling transactions in mysql-max with WebLogic TX datasource?

2002-07-01 Thread Bert VdB
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 30, 2002 22:33 To: [EMAIL PROTECTED] Subject: high level: enabling transactions in mysql-max with WebLogic TX datasource? One thing that I find a little confusing is the notion of transactional behavior in mySQL. I read that

high level: enabling transactions in mysql-max with WebLogic TX datasource?

2002-06-30 Thread David M. Karr
One thing that I find a little confusing is the notion of transactional behavior in mySQL. I read that it's possible to enable transactions in mySQL-max, however, it's never really been clear to me exactly what I'm supposed to do, or whether I have to do anything. If I'm using a transactional da