dbCanScroll property (ILEADRasterODBC)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

BOOL dbCanScroll

Overview

Refer to Managing Images in a Database

Remarks

Indicates whether the data source supports the dbMove... methods, which let you scroll through the recordset.

Value

Description

TRUE

You can use the dbMove.methods.

FALSE

The data source does not support all of the dbMove... methods, although it should support forward scrolling, as in the (dbMoveNext method).

See Also

Elements:

dbCanAppend property, dbCanRestart property, dbCanUpdate property, dbCurrentRecord property, dbEditMode property, dbIsBOF property, dbIsDeleted property, dbIsEOF property, dbIsOpen property, dbRecordCount property

Topics:

Databases: Using ODBC