dbCanUpdate property (ILEADRasterODBC)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

SyntaxSyntax

BOOL dbCanUpdate

Overview

Refer to Managing Images in a Database

Remarks

Indicates whether it is possible to add or update a record to the current recordset.

Value

Description

TRUE

You can use the dbAddNew method or the dbEdit method; then use the dbUpdate method to update the recordset.

FALSE

Either the recordset is not opened for updating or the data source does not allow updating.

See Also

Elements:

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

Topics:

Databases: Using ODBC