Indicates whether or not a query that was started with an OpenRecordset or Execute method call with the dbRunAsync option has finished executing (ODBCDirect only).
Settings and Return Values
The setting or return value is a Boolean that is TRUE to indicate the query is still executing, and FALSE to indicate that the query has completed.
Syntax
BOOLGetStillExecuting(VOID);
Remarks
Use the StillExecuting property to determine if a query executed using the dbRunAsync option is complete. While the StillExecuting property is TRUE, the associated object cannot be accessed.