Backs up a database.
_crtn short _entry DBBackup(const a_backup_db * pdb)
pdb Pointer to a properly initialized a_backup_db structure.
Return code, as listed in Software component exit codes.
This function is used by the dbbackup utility.
The DBBackup function manages all client-side database backup tasks. For a description of these tasks, see Backup utility (dbbackup).
To perform a server-side backup, use the BACKUP DATABASE statement.