FIX: SQLDescribeCol Returns Error on Prepared Outer JoinLast reviewed: October 29, 1997Article ID: Q157588 |
2.65 6.50
WINDOWS
kbinterop kbbug6.50 kbbug2.65 kbfix6.50.sp2
The information in this article applies to:
SYMPTOMSIf you call SQLDescribeCol after preparing an outer join statement, you receive the following error message:
szSqlState = "37000", *pfNativeError = 107, *pcbErrorMsg = 135 szErrorMsg="[Microsoft][ODBC SQL Server Driver][SQL Server] The column prefix 'c1' does not match with a table name or alias name used in the query." WORKAROUNDTo work around this problem, call SQLDescribeCol after running the prepared statement.
STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.5 and the Open Database Connectivity driver version 2.65. 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.
|
Additional reference words: 2.65 6.50 SQLPrepare odbc
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |