Re: Autocommit via JDBC
From: Jon Armstrong <jma00002_at_rochester.rr.com>
Date: Mon, 18 Mar 2002 01:48:05 GMT
Message-ID: <pHbl8.113328$nl1.19214156_at_typhoon.nyroc.rr.com>
Date: Mon, 18 Mar 2002 01:48:05 GMT
Message-ID: <pHbl8.113328$nl1.19214156_at_typhoon.nyroc.rr.com>
Julian,
That's not a valid SQL statement.
See: java.sql.Connection#setAutoCommit(boolean);
Regards... Jon
"Julian" <dushy_at_onebox.com> wrote in message
news:796c985.0203150657.3abacaa4_at_posting.google.com...
> I am trying to send the command 'Set Autocommit Off' through JDBC. It
> returns the error :
> Exception:ORA-00922: missing or invalid option
> Thanks
> Julian
Received on Mon Mar 18 2002 - 02:48:05 CET