dbMovePrev method (ILEADRasterODBC)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

void dbMovePrev ();

Overview

Refer to Managing Images in a Database

Remarks

Selects the previous record (backward) in the recordset.

To avoid errors, ensure that a record exists in the specified position before using this method.

This method cancels any record additions or edits that have not been completed using the dbUpdate method.

See Also

Elements:

dbMove method, dbMoveFirst method, dbMoveLast method, dbMoveNext method

Topics:

Databases: Using ODBC