BUG: ODBC: SQLGetProp Causes IC Error in Debug WindowID: 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:
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.
MORE INFORMATION
Steps to Reproduce Problem1. Create an ODBC data source based on the Oracle 7.0 driver. 2. Create a database with a remote view based on the data source created in 3. Open the remote view.
4. Open the Debug window, and type the following line in the left pane:
Additional query words: 3.00 3.00b ICE kbvfp300 kbvfp300b
|
Last Reviewed: October 22, 1998 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |