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

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » Database Tools Interface » DBTools functions

DBChangeLogName function Next Page

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