DB_UNDO_ACTIONS_IN_JOURNAL

Syntax

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

Return Values

Success:
int 0 Undoing the actions succeeded.
Failure:
int -1 Script interface error.

Description

This function opens a given journal file and undoes the actions recorded into this file. The purpose is to roll back the database to the state where it was before the session.