Provides extra functionality beyond the embedded SQL CONNECT statement.
unsigned int db_string_connect( SQLCA * sqlca, char * parms );
"UID=DBA;PWD=sql;DBF=c:\\db\\mydatabase.db"
Non-zero if successful; 0 otherwise.
The return value is TRUE (non-zero) if a connection was successfully established and FALSE (zero) otherwise. Error information for starting the server, starting the database, or connecting is returned in the SQLCA.