Returns a Boolean value indicating whether or not an asynchronous operation (that is, a method called with the dbRunAsync option) has finished executing (ODBCDirect workspaces only). The return value is TRUE if the query is still executing, and FALSE if the query has completed.
Syntax
BOOLGetStillExecuting(VOID);
Remarks
Use the StillExecuting property to determine if the most recently called asynchronous Execute method (that is, a method executed with the dbRunAsync option) is complete. While the StillExecuting property is TRUE, any returned object cannot be accessed.