* chester c young <chestercyoung(at)yahoo(dot)com> [03.04.2003 20:23]:
> > I have a need to turn auto-commit off.
> >
> > Thank you
> >
> > Hubert Krenske
>
> bracket your transaction with:
>
> begin
> <dml>
> end;
May be
begin
<dml>
<commit>|<rollback> ?!
--
Victor Yegorov