dbIsDeleted property (Main Control)

Visual Basic example
Visual C++ 4.0 example

Access 95, 97 example

Visual J++ example

Syntax BOOL dbIsDeleted

Overview:  Refer to Managing Images in a Database

Remarks

Indicates whether the current record has been deleted.

Value

Meaning

TRUE

You have called the dbDelete method but have not yet moved to another record.

FALSE

The current record has not been deleted.

See Also

Elements:  dbCanAppend property, dbCanRestart property, dbCanScroll property, dbCanUpdate property, dbCurrentRecord property, dbEditMode property, dbIsBOF property, dbIsEOF property, dbIsOpen property, dbRecordCount property

Topics:  Databases: Using ODBC