Contents Index DBTools functions DBChangeLogName function

ASA Programming Guide
  The Database Tools Interface
    DBTools functions

DBBackup function


Function 

Database backup function. This function is used by the dbbackup command-line utility.

Prototype 

short DBBackup ( const a_backup_db * backup-db );

Parameters 
Parameter Description
backup-db Pointer to a_backup_db structure
Return value 

A return code, as listed in Software component return codes.

Usage 

The DBBackup function manages all database backup tasks.

For descriptions of these tasks, see The Backup utility.

See also 

a_backup_db structure


Contents Index DBTools functions DBChangeLogName function