BUG: ODBC: SQLGetProp Causes IC Error in Debug Window (148330)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
- Microsoft Visual FoxPro for Windows 3.0b
- Microsoft Data Access Components 2.5
This article was previously published under Q148330 SYMPTOMS
An internal consistency (IC) error occurs when you attempt to view the
properties of a connection using SQLGetProp in the DEBUG window.
CAUSE
You are using an invalid connection handle in the SQLGetProp() function in
the DEBUG window.
RESOLUTION
Print 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.
STATUS
Microsoft has confirmed this to be a problem in the Microsoft products
listed at the beginning of this article.
Modification Type: | Major | Last Reviewed: | 10/15/2003 |
---|
Keywords: | kbBug KB148330 |
---|
|