This member function deletes the current record from the database.
BOOL DeleteCurrRecord( );
Header file: | Wcedb.h |
Platforms: | |
Versions: | 2.0 and later |
TRUE if the record was successfully deleted. FALSE if there was an error. Call ::GetLastError to determine why the operation failed.
If m_bAutoSeekNext is set to TRUE, the current record will be the next record in the sort order, rather than the record just read.
CCeDBDatabase Overview, CCeDBDatabase Member Functions, Windows CE Database Classes, CCeDBDatabase::DeleteCurrRecordProps, ::GetLastError