The information in this article applies to:
BUG #: 50383 (SQLBUG_70) SYMPTOMS
Applications using the following versions of the Microsoft SQL Server ODBC Driver hang on calls to SQLDescribeCol(), after SQLPrepare() is called, if the prepared SQL statement contains derived tables:
WORKAROUND
Call SQLDescribeCol() after calling SQLExecute() and SQLExecDirect(). STATUSMicrosoft has confirmed this to be a problem in the Microsoft SQL Server ODBC Driver versions 3.50.0305, 3.50.0306, or 3.60.0319. MORE INFORMATIONExampleUsing ODBCTest connect to the pubs database in SQL Server and call SQLPrepare() on the following query. Next, call SQLDescribeCol() on the first column.
Additional query words:
Keywords : SSrvGen kbDatabase kbODBC kbbug6.50 kbODBC350bug kbODBC360bug kbfix6.50.SP5 |
Last Reviewed: April 28, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |