The information in this article applies to:
SUMMARY
If a process running dbnextrow() is chosen as the victim of a deadlock
resolution (SQL Server error 1205) the call to dbnextrow() will return
NO_MORE_ROWS.
MORE INFORMATION
This is the expected behavior of DB-Library. To handle the condition, check
for error 1205 in the message handler, and use the dbsetuserdata function
to communicate this to your application. An example can be found in Chapter
4 on DB-Library functions in the SQL Server "Programmers Reference for C"
under dbsetuserdata.
Additional query words: Windows NT
Keywords : kbprg SSrvWinNT |
Last Reviewed: March 18, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |