Management

_DB_Connect, _DB_ConnectionPointWizard, _DB_CreateDatabase, _DB_Disconnect, _DB_ManageConnectionPoints, _DB_ScheduleBackup, DB_IsConnected

DB_IsConnected

Description 

 DB_IsConnected();

This function returns a non-zero value if there is at least one or more sessions connected, otherwise it returns zero.

_DB_Connect

Description 

 _DB_Connect();

This function establishes the connection to the specified database file. After establishing the connection login dialog is raised and the user must enter user name and password to login to the database.

See Also 
_DB_Disconnect

_DB_ConnectionPointWizard

This function runs the Database > New Connection command.

Description 

 _DB_ConnectionPointWizard();

This function runs the process of a connection point creation.

_DB_CreateDatabase

This function runs the Database > New Database command.

Description 

 _DB_CreateDatabase();

This function starts a wizard that helps to create a new database.

_DB_Disconnect

Description 

 _DB_Disconnect();

This function disconnects a database connection.

See Also 
_DB_Connect

_DB_ManageConnectionPoints

This function runs the Database > Manage Connections command.

Description 

 _DB_ManageConnectionPoints();

This function displays the Manage Connection Points window.

_DB_ScheduleBackup

This function runs the Database > Schedule Database Backup command.

Description 

 _DB_ScheduleBackup();

This function runs the DB backup scheduler to enable the user to plan the backup of a database.

Note

This function runs the external BackupScheduler program. The BackupScheduler is located in the directory BackupScheduler under the main installation directory. This program enables you to define a plan for backing up the databases. You can setup various options for the frequency and backup time of the backup task. For more informations please open the BackupScheduler.txt file in the BackupScheduler directory.