DBD-Oracle - Re: Auto rollback?

Posted on Wed Feb 7 22:31:42 2007 by byterock in response to 4281 (See the whole thread of 3)
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