 
 
  
  
 ASA Programming Guide
  The Database Tools Interface
    DBTools functions
Creates a database. This function is used by the dbinit command-line utility.
short DBCreate ( const a_create_db * create-db );
| Parameter | Description | 
|---|---|
| create-db | Pointer to a_create_db structure | 
A return code, as listed in Software component return codes.
For information about the initialization utility, see The Initialization utility.
 
 
  
 