FIX: Handled Exception Error Caused by Server Side Cursors (170616)
The information in this article applies to:
This article was previously published under Q170616
BUG #: 16809 (Windows NT: 6.5)
SYMPTOMS
Server side cursors may cause a handled exception error that closes the
client thread on the server if all of the following conditions are true:
- The cursor contains a text pointer clause.
- The cursor's concurrency is set to optimistic.
- The cursor type is keyset.
- The fetch type is absolute and returns 1 row.
The EXCEPTION_ACCESS_VIOLATION raised is with sp_cursorfetch. This problem
occurs when doing a SQLExtendedFetch from a client application, such as
Visual Basic or ISQL/W.
STATUS
Microsoft has confirmed this to be a problem in SQL Server 6.5. This problem has been corrected in Service Pack 5a for Microsoft SQL Server 6.5.For more information, click the following article number to view the article in the Microsoft Knowledge Base: 197177 INF: How to Obtain SQL Server 6.5 Service Pack 5a For more information, contact your primary support provider.
Modification Type: | Major | Last Reviewed: | 3/14/2006 |
---|
Keywords: | kbBug kbfix kbProgramming kbusage KB170616 |
---|
|