On Thursday 09 February 2006 19:14, Boysenberry Payne wrote: > What are the ramifications of making AutoCommit => 0? > It going to bite me in the but later?
I prefer to connect every connection with AutoCommit=>1. Then if I need a transaction it is started with $dbh->begin_work and finished with $dbh->commit or $dbh->rollback. Thus, I avoid fiddling with AutoCommit. > What are the pros and cons of using Apache::DBI::Cache over > Apache::DBI? There was a thread about that, see http://www.gossamer-threads.com/lists/modperl/modperl/85810 Torsten
pgpMnMT1TWXW5.pgp
Description: PGP signature
