Contents Index DBExpand function DBInfoDump function

ASA Programming Guide
  The Database Tools Interface
    DBTools functions

DBInfo function


Function 

Returns information about a database file. This function is used by the dbinfo command-line utility.

Prototype 

short DBInfo ( const a_db_info * db-info );

Parameters 
Parameter Description
db-info Pointer to a_db_info structure
Return value 

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

Usage 

For information about the Information utility and its features, see The Information utility.

See also 

DBInfoDump function

DBInfoFree function

a_db_info structure


Contents Index DBExpand function DBInfoDump function