dbRequery method (ILEADRasterODBC)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

BOOL dbRequery ();

Overview

Refer to Managing Images in a Database

Remarks

Rebuilds the recordset from the database.

This method uses the same recordset specified in the dbOpen method. The first record becomes the current record.

If the rebuild fails, the database is automatically closed.

See Also

Elements:

dbOpen method, dbClose method, dbLoadBits property

Topics:

Databases: Using ODBC