CCeDBDatabase::DeleteCurrRecord

This method deletes the current record from the database.

At a Glance

Header file: Wcedb.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 2.0 and later

Syntax

BOOL DeleteCurrRecord( );

Return Values

TRUE indicates that the record was successfully deleted. FALSE indicates that there was an error. To get extended error information, call GetLastError.

Remarks

If the m_bAutoSeekNext data member is set to TRUE, the current record is the next record in the sort order, rather than the record just read.

See Also

CCeDBDatabase::DeleteCurrRecordProps, GetLastError