$h->begin_work

$h->begin_work

am 30.03.2004 19:02:26 von Mayuran

From a previous email:

$dbh->begin_work is currently not support by DBD::mysql
local ($dbh->{AutoCommit}) = 0; Will work with the draw back that it will
automatically commit when AutoCommit gets flipped back to 1.


Can someone verify this? Because I have been doing transactions
using $dbh->begin_work for the longest time and perl/DBD::mysql has
never complained. I dont want to set AutoCommit=>0 in my connection
string because not everything inside the script needs to be done in
a transaction.

Thanks.




--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org