-I:Berkeley DB Reference Guide: Access Methods[P4

Berkeley DB Reference Guide: Access Methods



&

Deleting records



bThe DB->del function is the standard function for retrievingCrecords from the database. In general, the delete function takes aCkey and deletes the data item associated with it from the database.

EIf the database has been configured to support duplicate records, thegDB->del function will remove all of the duplicate records.ITo remove individual duplicate records, you must use a Berkeley DB cursor interface.

EAFÿÿ