Product Documentation

FairCom ODK Driver

Previous Topic

Next Topic

RecordDelete

Removes a record from a table. Deletes a record by key from the given table.

void FCODKDriver::RecordDelete(const char *tableName, const char *pk)

Requires the Following Information:

Result Values: N/A

Expected Errors:

  • Primary Key does not match an existing record in the table.
  • A record cannot be deleted when its Primary Key does not match any record in the database.

When an Error Occurs:

  • Driver does not delete a record.

TOCIndex