Implicit roll back when using server side cursor 
Author Message
 Implicit roll back when using server side cursor

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?

thanks a million
Max



Mon, 14 Jun 2004 14:34:57 GMT  
 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



Tue, 15 Jun 2004 19:17:01 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Implicit Rollbacks using Server Side Cursors. (2nd Try)

2. Implicit Rollbacks on server side cursors.

3. Server side or client side cursors?

4. ADO-Access2000: Server-side vs Client-side cursor

5. ?client-side vs server-side cursors

6. Client Side and Server Side Cursors

7. difference betwen Client-side and Server-side cursors?

8. Using Datagrid with server side cursors

9. using same cookie server-side and client-side

10. Using Server side Vs OnClick Client side

11. Client-side Recordset using Server-side DSN?

12. Posting a variable from client side back to the server

 

 
Powered by phpBB® Forum Software