CdbRecordset::GetStillExecuting Property

Indicates 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 a Boolean that 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 MoveLast or OpenRecordset method is complete. While the StillExecuting property is TRUE, any returned object cannot be accessed.

When you use the NextRecordset method to complete processing a Recordset, the StillExecuting property is reset to TRUE while subsequent result sets are retrieved.