The information in this article applies to:
BUG# QJET: 1796 (2.002317) SYMPTOMS
When an attempt is made to change the current qualifier on the second
statement handle with results pending on the first statement handle,
SQL_ERROR is returned, as expected. However, when SQLError is called to
retrieve the error information, no error message or SQLState information is
returned.
Returns SQL_ERROR
Returns SQLSTATE= 24000, szErrorMsg="Invalid cursor state"
This is as expected. However, at this point, if another statement handle is allocated and another attempt is made to change the current qualifier, the SQLSetConnectOption call returns SQL_ERROR, but it does not return any error information when SQLError is called for the second statement handle.
This should return the same error information as for the previous
SQLSetConnectOption call.
STATUSMicrosoft has confirmed this to be a problem in ODBC DESKTOP Database Drivers version 2.00.2317. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. Additional query words: 2.00.2309 ODBC MFC MSVC VISUAL C++ Btrieve Paradox Text Excel FoxPro dBase Windows NT
Keywords : |
Last Reviewed: December 28, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |