dbRequery method (Main Control)

Visual Basic example
Visual C++ 4.0 example

Access 95, 97 example

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