Starts a database if the database is not already running.
unsigned int db_start_database( SQLCA * sqlca, char * parms );
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" |
True if the database was already running or was successfully started. In this case, SQLCODE is set to 0.
Error information is also returned in the SQLCA.
Required when developing applications that combine embedded SQL and the C++ component.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |