dbCanRestart property (Main Control)

Visual Basic example
Visual C++ 4.0 example

Visual J++ example

Syntax BOOL dbCanRestart

Overview:  Refer to Managing Images in a Database

Remarks

Indicates whether it is possible to rebuild the recordset from the database.

Value Description

TRUE You can use the dbRequery method to refresh the recordset.

FALSE The data source does not support the dbRequery method.

See Also

Elements:  dbCanAppend property, dbCanScroll property, dbCanUpdate property, dbCurrentRecord property, dbEditMode property, dbIsBOF property, dbIsDeleted property, dbIsEOF property, dbIsOpen property, dbRecordCount property

Topics:  Databases: Using ODBC