PRB: ODBCDirect Query Causes Error 3667Last reviewed: December 3, 1997Article ID: Q177516 |
The information in this article applies to:
SYMPTOMSRunning a query or manipulating a recordset in an ODBCDirect workspace causes the following error to occur:
"A different operation is preventing this operation from being executed, runtime error 3667." CAUSEThis error can be caused by trying to run more than one asynchronous operation at a time on the same connection object or performing other Data Access Object (DAO) operations (such as recordset manipulation) on the same connection object while an asynchronous query runs.
RESOLUTIONTo run multiple asynchronous queries on the same connection object, you must first test the value of the StillExecuting property to determine whether you can start the next asynchronous operation. To run multiple asynchronous queries in parallel, you must create separate connection objects and run each asynchronous query on its own connection object.
STATUSThis behavior is by design.
MORE INFORMATION
Steps to Reproduce the Behavior
REFERENCESFor more information query on stillexecuting in the help file or in "Books On Line."
Keywords : vb5all VBKBDAO VBKBDB VBKBODBC VBKBDAODatabase kberrmsg Version : WINDOWS:5.0 Platform : WINDOWS Issue type : kbprb Solution Type : kbworkaround |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |