Contents Index DBCreateWriteFile function DBErase function

ASA Programming Guide
  The Database Tools Interface
    DBTools functions

DBCrypt function


Function 

Encrypts a database file. This function is used by the dbinit command-line utility when -e options are applied.

Prototype 

short DBCrypt ( const a_crypt_db * crypt-db );

Parameters 
Parameter Description
crypt-db Pointer to a_crypt_db structure
Return value 

A return code, as listed in Software component return codes.

Usage 

For information about encrypting databases, see Creating a database using the dbinit command-line utility.

See also 

a_crypt_db structure


Contents Index DBCreateWriteFile function DBErase function