DB_EXECUTE_DELETES_IN_JOURNAL

Syntax

int_val = DB_EXECUTE_DELETES_IN_JOURNAL ( journal_file );
Input arguments
string journal_file The path to the journal file.

Return Values

Success:
int 0 Deleting the records succeeded.
Failure:
int -1 Script interface error.

Description

This function opens a journal file and finds and processes entries that request the deletion of a record. The purpose is to delete records only at the end of an application session.