CURSOR CLOSE ON COMMIT Problem
Messages   Related Types
This message was discovered on ASPFriends.com 'ngfx-sqlclient' list.
Responses highlighted in red are from those people who are likely to be able to contribute good, authoratitive information to this discussion. They include Microsoft employees, MVP's and others who IMHO contribute well to these kinds of discussions.

Steve Sharrock (VIP)
I'm working on some code that fails to fetch from a cursor when it
commits a transaction after the cursor is opened, but before the fetch.
I've tried to make this work with "SET CURSOR_CLOSE_ON_COMMIT OFF" for
the connection, but it doesn't seem to do the trick. I can only make it
work by moving the commit to follow all of the fetches. While each query
is easy to fix, there are a lot of them and they are not always under my
control.

Am I missing something on the meaning of SET CURSOR_CLOSE_ON_COMMIT OFF
statement?
Reply to this message...
 
    
=?iso-8859-1?q?Katrina=20Illidge?=
SET CURSOR_CLOSE_ON_COMMIT OFF is the correct.
if you try to close your cursor after the transaction is committed do
you get an error message: "Cursor is not open" ? If you do then
perhaps your SQL server is setup to create local cursors by default and
they are going out of scope when the transaction is committed. You can
check the 'default to local cursor' option using sp_dboption.

--- Steve Sharrock <Click here to reveal e-mail address> wrote: > -- Moved from
[aspngdata] to [ngfx-sqlclient] by Bob Levittan
[Original message clipped]

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

Reply to this message...
 
 




Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com