Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to control transaction using ADODB and Xorasession
Rollback segment has nothing to do with it.
execute sp1
execute sp2
rollback; or commit;
voila.
Jim
"yewpc" <member_at_dbforums.com> wrote in message
news:3ca44454$1_at_usenetgateway.com...
> I am trying to run 2 Stored Procedure in a sequence.The first One using
> ADODB.connection and the other one using Xorasession. How can I bind
> these 2 SP under one rollback segment. Can you give an example on how to
> commit and rollback.
>
>
>
> --
> Posted via dBforums
> http://dbforums.com
Received on Fri Mar 29 2002 - 10:05:59 CST
![]() |
![]() |