
Implicit roll back when using server side cursor
Quote:
> My problem is when serverside cursor and ado is used,
> implicit transactions are switched on automatically
> sometimes for whatever reason. is there anyway to ensure
> that every single sql statement in the stored proc
> continues to autocommit?
There is some problem with serverside cursors and transactions. My open
serverside cursors are in a zombie state whenever I use a transaction. Maybe
there you can find your problem.
Rene