DB_JOURNAL_INSERTION
Syntax
int_val = DB_JOURNAL_INSERTION ( journal_file_id, htable, recid );
- Input arguments
-
int journal_file_id File handle of the journal file obtained from F_OPEN_FILE(). handle htable Handle of the database table to which the record was inserted. handle recid Handle of the record ID that identifies the inserted record.
Return Values
- Success:
-
int 0 Entry made successfully.
- Failure:
-
int -1 Script interface error, invalid journal file ID or invalid table handle.
Description
This function makes an entry of a record insertion into the given journal file.
Function Set
Related Functions