 
 
  
  
 ASA Programming Guide
  The Database Tools Interface
    DBTools functions
Encrypts a database file. This function is used by the dbinit command-line utility when -e options are applied.
short DBCrypt ( const a_crypt_db * crypt-db );
| Parameter | Description | 
|---|---|
| crypt-db | Pointer to a_crypt_db structure | 
A return code, as listed in Software component return codes.
For information about encrypting databases, see Creating a database using the dbinit command-line utility.
 
 
  
 