Restartable Property

   

Returns a value that indicates whether a CdbRecordset object supports the Requery method, which re-executes the query on which the CdbRecordset object is based.

Syntax

BOOLGetRestartable(VOID);

Remarks

Verify that the Restartable property is True before using the Requery method on a CdbRecordset object. If the object's Restartable property is set to False, use the OpenRecordset method on the underlying CdbQueryDef object to re-execute the query.