Starts the database on an existing server, if possible. Otherwise, a new server is started.
unsigned int db_start_database( SQLCA * sqlca, char * parms );
"UID=DBA;PWD=sql;DBF=c:\\db\\mydatabase.db"
Non-zero if successful; 0 otherwise.
The database is started on an existing server, if possible. Otherwise, a new server is started.
If the database was already running or was successfully started, the return value is true (non-zero) and SQLCODE is set to 0. Error information is returned in the SQLCA.
If a user ID and password are supplied in the parameters, they are ignored.
The privilege required to start and stop a database is set on the server command line using the -gd option.