Contents Index Implementing request management The SQL preprocessor

ASA Programming Guide
  Embedded SQL Programming
    Embedded SQL programming techniques

Backup functions


The db_backup function provides support for online backup in embedded SQL applications. The backup utility makes use of this function. You should only need to write a program to use this function if your backup requirements are not satisfied by the Adaptive Server Anywhere backup utility.

BACKUP statement is recommended 
Although this function provides one way to add backup features to an application, the recommended way to accomplish this task is to use the BACKUP statement. For more information, see BACKUP statement.

You can also access the backup utility directly using the Database Tools DBBackup function. For more information on this function, see DBBackup function.

For more information, see db_backup function.


Contents Index Implementing request management The SQL preprocessor