On Mon, 8 Mar 2004, Dave Cramer wrote:
> Harry,
>
> You should use the driver's set autocommit(false) instead, as then the
> driver will know the state of the connection.
>
> BTW, I'm sure oracle has a similiar "begin" statement.
>
Oracle in fact does not have a begin statement, it does not have a native
autocommit mode, you are always in a transaction, so any commit/rollback
automatically starts a new transaction.
Kris Jurka