Re: JDBC / stored procedures / transaction/ rollback capability

From: Roman V. Yakovlev <roman_at_oxiris.net>
Date: 1999/12/14
Message-ID: <38562B88.DA0707FD_at_oxiris.net>#1/1


> if I issue a rollback, will everything that those stored procedures
> have done be rolled back, or is the only possible thing that can be rolled
> back in JDBC dynamic sql?

Usually, rollback is described and is done in a stored procedure. Then all is OK.
By default rollback will roll away only before expression, in which there was an error.
And as far as I understand, JDBC will not do rollback ...:)).. Received on Tue Dec 14 1999 - 00:00:00 CET

Original text of this message