XL: Oracle IM006 Error Using SQLOPEN FunctionLast reviewed: February 2, 1998Article ID: Q124611 |
5.00 5.00c 7.00 | 5.00 5.00c
WINDOWS | MACINTOSHkbprg kbtool The information in this article applies to:
SYMPTOMSWhen you use the SQLOpen function in a Visual Basic procedure in Microsoft Excel, you may receive the following SQL error message:
IM006 [Microsoft][ODBC.DLL] SQLSetConnectOption Failed CAUSEThis error occurs when you run the procedure that contains the SQLOpen function while three workbooks are open in Microsoft Excel. The problem occurs if the SQLOpen function establishes a connection to an Oracle 6 or Oracle 7 data source. Note that this problem also occurs in Microsoft Excel version 5.0c while four workbooks are open. Open workbooks include add-ins, hidden files, PERSONAL.XLS, XL5GALRY.XLS, and any other files opened from the XLSTART directory.
WORKAROUNDTo avoid this error message, close any additional open workbooks, and delete any unneeded worksheets within the workbook that contains the procedure before you run the procedure. Additionally, you may need to close other applications that are running, and take standard troubleshooting steps to make more memory available.
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.
REFERENCESFor more information about the SQLOpen Function, choose the Search button in the Visual Basic Reference and type:
SQLOpen Function |
KBCategory: kbprg kbtool
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |