FIX: Updates in Browse Mode Applications Can Cause AVs (153542)



The information in this article applies to:

  • Microsoft SQL Server 6.5

This article was previously published under Q153542
BUG# 15587

SYMPTOMS

If a DB-Library browse mode client updates a row and the row has changed since the client selected the row, a handled exception of the client thread on the SQL Server can occur.

WORKAROUND

Convert the application to use normal locking or cursors.

STATUS

Microsoft has confirmed this to be a problem in Microsoft SQL Server version 6.5. This problem has been corrected in U.S. Service Pack 2 for Microsoft SQL Server version 6.5. For more information, contact your primary support provider.

MORE INFORMATION

The access violation occurs when the timestamp values compared with the TSEQUAL function are not equal.

Modification Type:MajorLast Reviewed:10/3/2003
Keywords:kbBug kbfix KB153542