BUG: ODBC: SQLGetProp Causes IC Error in Debug WindowLast reviewed: April 25, 1997Article ID: Q148330 |
The information in this article applies to:
SYMPTOMSAn internal consistency (IC) error occurs when you attempt to view the properties of a connection using SQLGetProp in the DEBUG window.
CAUSEYou are using an invalid connection handle in the SQLGetProp() function in the DEBUG window.
WORKAROUNDPrint the return value of SQLGetProp() to the desktop or currently active window using ? or \ printing as in this example:
? SQLGETPROP(<handle>, "BATCHMODE")In this example, <handle> is a valid handle to the connection.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce Problem
|
Additional query words: 3.00 3.00b ICE
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |