dbCanScroll property (Main Control)

Visual Basic example
Visual C++ 4.0 example

Access 95, 97 example

Visual J++ 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