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

 

DBInfoDump function

Returns information about a database file. This function is used by the dbinfo utility when the -u option is used.

Prototype
short DBInfoDump ( const a_db_info * );
Parameters

A pointer to a structure. See a_db_info structure.

Return value

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

Remarks

For information about the Information utility and its features, see Information utility (dbinfo).

See also