Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » SQL Anywhere Server - Programming » SQL Anywhere Database Tools Interface » Database tools interface » DBTools functions

 

DBBackup function

Backs up a database. This function is used by the dbbackup utility.

Prototype
short DBBackup ( const a_backup_db * );
Parameters

A pointer to a structure. See a_backup_db structure.

Return value

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

Remarks

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. See BACKUP statement.