Re: Perl DBI and rollback()

2001-06-23 Thread Ilya Martynov
TEG> Batara Kesuma <[EMAIL PROTECTED]> writes: >> Hello, >> >> I think it might not be a right mailing list for this question, but I >> don't know where else should I post it. >> >> If I run Perl DBI's $dbh->connect() without $dbh->disconnect(), MySQL (or >> is it the Perl DBI module) will run

Re: Perl DBI and rollback()

2001-06-22 Thread Paul DuBois
At 12:17 PM -0400 6/22/01, Trond Eivind Glomsrød wrote: >Batara Kesuma <[EMAIL PROTECTED]> writes: > >> Hello, >> >> I think it might not be a right mailing list for this question, but I >> don't know where else should I post it. >> >> If I run Perl DBI's $dbh->connect() without $dbh->disconne

Re: Perl DBI and rollback()

2001-06-22 Thread Trond Eivind Glomsrød
Batara Kesuma <[EMAIL PROTECTED]> writes: > Hello, > > I think it might not be a right mailing list for this question, but I > don't know where else should I post it. > > If I run Perl DBI's $dbh->connect() without $dbh->disconnect(), MySQL (or > is it the Perl DBI module) will run rollback()

Perl DBI and rollback()

2001-06-22 Thread Batara Kesuma
Hello, I think it might not be a right mailing list for this question, but I don't know where else should I post it. If I run Perl DBI's $dbh->connect() without $dbh->disconnect(), MySQL (or is it the Perl DBI module) will run rollback() with an error message: Issuing rollback() for database ha