 
 
  
  
 ASA Programming Guide
  The Database Tools Interface
    DBTools functions
Unloads a database. This function is used by the dbunload command-line utility and also by the dbxtract utility for SQL Remote.
short DBUnload ( const an_unload_db * unload-db );
| Parameter | Description | 
|---|---|
| unload-db | Pointer to an_unload_db structure | 
A return code, as listed in Software component return codes.
For information about the Unload utility, see The Unload utility.
 
 
  
 