Description This method opens the specified ODBC database. If the DSNName is NULL, the method displays the ODBC dialog to select database.
Usage RetVal = [BiDb.] OpenDatabase DSNName
Remarks RetVal BOOL TRUE on success, otherwise FALSE.
DSNName String Name of the DSN or NULL.
Use GetLastDBError method to retrieve last error code.
See Also CloseDatabase Method