Creates a new database.
public static ULConnection * CreateDatabase( const char * connParms, const char * createParms, ULError * error )
connParms The parameters used to connect to the new database.
createParms The parameters used to create the database.
error An optional ULError object to receive error information.
A ULConnection object to the new database is returned if the function succeeds. NULL is returned if the function fails.
For more information about UltraLite connection parameters, see UltraLite connection parameters.
For more information about UltraLite creation parameters, see UltraLite creation parameters.