Please enable JavaScript to view this site.

R:BASE 11 Help

 

Database events can be used to run a command or command file whenever an event occurs.

 

AFTER ERROR - specifies command syntax to run after an error occurs

BEFORE CONNECT - specifies command syntax to run before a database is connected

FIRST CONNECT - specifies command syntax to run when the database is first connected

AFTER CONNECT - specifies command syntax to run after a database is connected

BEFORE PACK - specifies command syntax to run before a database PACK is performed

AFTER PACK - specifies command syntax to run after a database PACK is performed

BEFORE DISCONNECT - specifies command syntax to run before the database is disconnected

AFTER DISCONNECT - specifies command syntax to run after the database is disconnected

BEFORE EXIT - specifies command syntax to run before R:BASE exits

 

A command can be defined to be executed when an event occurs. The RUN command can be defined to run a file, where "Insert File Name" button is available to load a defined file name.

 

Defaults - will load the default configuration settings for the R:BASE environment

Make a Backup - will create a backup configuration file in the same directory. The backup configuration file will use the .~CFG file extension.

 

 

See Also:

 

ON CONNECT/PACK

ON DISCONNECT/EXIT

ON ERROR

CFG_Events