Berkeley DB Reference Guide:
Access Methods

PrevRefNext

Deleting records with a cursor

The DBcursor->c_del function is the standard interface for deleting records from the database using a cursor. The DBcursor->c_del function deletes the record currently referenced by the cursor. In all cases, the cursor position is unchanged after a delete.

PrevRefNext

Copyright Sleepycat Software