DBCreate function

Creates a database. This function is used by the dbinit utility.

Prototype
short DBCreate ( const a_create_db * );
Parameters

A pointer to a structure. See a_create_db structure.

Return value

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

Remarks

For information about the dbinit utility, see Initialization utility (dbinit).

See also