dbCanRestart property (ILEADRasterODBC)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder 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