ASA Programming Guide
Embedded SQL Programming
Library function reference
void db_delete_file(
SQLCA * sqlca,
char * filename );
Must be connected to a user ID with DBA authority or REMOTE DBA authority (SQL Remote).
The db_delete_file function requests the database server to delete filename. This can be used after backing up and renaming the transaction log (see DB_BACKUP_READ_RENAME_LOG in db_backup function) to delete the old transaction log. You must be connected to a user ID with DBA authority.