That should work, but unfortunately, the code doesn't actually execute the sql statement until the "if rs.EOF" line. When I do the:
******************************************
Set rs = cmCIS.Execute(, , adAsyncExecute)
Do While (cmCIS.State And adStateExecuting) = adStateExecuting...
I am trying to perform an async call to an Oracle database. The code skips right through the execution of the statement (without running the sql), then hangs when I check to see if the recordset is at the end of file. The code is in Excel, but really could be in Access or even VBScript, for...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.