Transaction Errors
From: Mike Blezien (mickalo_at_frontiernet.net)
Date: 03/30/04
- Next message: Rudy Lippan: "Re: Transaction Errors"
- Previous message: Paula J Capacio: "RE: DBI->state()"
- Next in thread: Rudy Lippan: "Re: Transaction Errors"
- Reply: Rudy Lippan: "Re: Transaction Errors"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Mar 2004 13:44:21 -0600 To: DBI List <dbi-users@perl.org>
Hello,
I keep getting this error when attempting to utilize a database that has Innodb
tables, and using transactions. This is from a Perl/DBI script too:
Error:
Transactions not supported by database at module..... bla..bla
MySQL Version: 4.0.17-standard - Official MySQL-standard binary
and it has innodb enabled, the autocommit is set to 1 on the inital 'connect',
no errors, then when the transaction is executed, the autocommit is set to 0
until the commit is called, of if an error occurs, the rollback is called.
Is there something in the variables I can check to make sure transaction have
been enabled for this particular database ??
Any help or suggestion appreciated :)
TIA
-- Mike<mickalo>Blezien =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Thunder Rain Internet Publishing Providing Internet Solutions that work! http://www.thunder-rain.com Quality Web Hosting http://www.justlightening.net MSN: mickalo@thunder-rain.com =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
- Next message: Rudy Lippan: "Re: Transaction Errors"
- Previous message: Paula J Capacio: "RE: DBI->state()"
- Next in thread: Rudy Lippan: "Re: Transaction Errors"
- Reply: Rudy Lippan: "Re: Transaction Errors"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|