Re: Stupid Oracle question
[email protected] (John Scoles)
| Newsgroups | perl.dbi.users |
|---|---|
| Message-ID | <[email protected]> |
Bruce Johnson wrote: Depends if you have |AutoCommit| on or not and if you DB and DBD friver can do a rollback. cheers John Scoles > If $dbh is my database handle, to roll back the current transaction I > do: $dbh->rollback(); right? > > The DBD::Oracle docs don't explicitly say.... > >