I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2007-02-07 20:31:42-08 by byterock in response to 4281
Re: Auto rollback?
get a connection using AutoCommit => 0 like this $dbh = DBI->connect(DBD::Oracle,$db_user."@".$db_name,$db_password, { AutoCommit => 0} ) by the way few people read this except for me and that is not every day for better and quicker answers try perl.dbi.users user group
Direct Responses: 4283 | Write a response