Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » SQL Anywhere Server - Programming » SQL Anywhere Database Tools Interface » Database tools interface » DBTools functions

 

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