The information in this article applies to:
BUG #: 17322 (6.50) SYMPTOMSMultiple threads, each allocating its own HSTMT using server cursors (active statements) sharing a single connection, cause the following error on prepared execution of a SQL statement:
WORKAROUNDTo work around this problem, use SQLExecDirect statements instead of SQLPrepare and SQLExecute when using multiple active HSTMTs (on different threads) and server cursors. STATUSMicrosoft has confirmed this to be a problem in SQL Server version 6.5 and Open Database Connectivity version 3.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. Additional query words: timing multi-threaded
Keywords : kbinterop ODBCGen SSrvGen kbbug6.50 kbbug2.50 |
Last Reviewed: August 24, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |