PRB: No Information Returned for SQLSTATE IM006 from DriverLast reviewed: February 26, 1997Article ID: Q164173 |
3.00
WINDOWS
kbprg kbinterop kbprb
The information in this article applies to:
SYMPTOMSIf the database driver's SQLSetConnectAttr function call fails during a SQLConnect or a SQLDriverConnect function call, the driver manager returns SQL_SUCCESS_WITH_INFO and SQLSTATE IM006. However, no information from the database driver is returned on why SQLSetConnectAttr failed. In contrast, SQLBrowseConnect returns SQLError along with the error message from the driver.
MORE INFORMATIONWhen SQLConnect or SQLDriverConnect is called and the database driver has not been loaded, the Driver Manager loads the driver and calls SQLAllocHandle. If connection attributes were specified, the driver manager then calls SQLSetConnectAttr in the driver. However, if the driver's SQLSetConnectAttr function fails, the Driver Manager returns SQL_SUCCESS_WITH_INFO and SQLSTATE IM006 for the connection function, while the error message from the driver is lost.
|
KBCategory: kbprg kbinterop kbprb
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |