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

SQL Anywhere 10.0.1 » UltraLite - C and C++ Programming » Embedded SQL API Reference

db_init function Next Page

db_start_database function


Starts a database if the database is not already running.

Syntax

unsigned int db_start_database( SQLCA * sqlca, char * parms );

Parameters

sqlca    A pointer to a SQLCA structure.

parms    A null-terminated string containing a semicolon-delimited list of parameter settings, each of the form KEYWORD=value. Typically, only a file name is required. For example:

"DBF=c:\\db\\mydatabase.db"
Returns
Remarks

Required when developing applications that combine embedded SQL and the C++ component.

See also