BUG: Some API's May Return SQL_ERROR: SQLSTATE S0001Last reviewed: September 9, 1996Article ID: Q113146 |
The information in this article applies to:
BUG# ODBCSDK2: 2309 (1.02.3231)
SYMPTOMSCalling any of the API's (SQLNumResultCols, SQLDescribeCol or SQLColAttributes), after executing a SELECT INTO statement with SQLExecDirect, will cause the SQL Server driver to return SQL_ERROR instead of SQL_SUCCESS. If you call SQLError, you will get the following:
SQLSTATE S0001, fNativeError 2714For example:
WORKAROUNDUse the SQL Server driver versions prior to 1.02.3231. The problem does not occur in these earlier versions.
STATUSMicrosoft has confirmed this to be a problem in the SQL Server Driver version 1.02.3231. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
|
KBCategory: kbusage
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |