Database Tour new tab Documentation Contents Index

Opening MariaDB Databases

 

In Database Tour, you can connect MariaDB databases in the following ways:

1. Opening through ODBC DSN. Create (if it does not exist yet) an ODBC DSN of the corresponding type using Windows ODBC Data Source Administrator, and point it to your database. Then:

- Select FD interface, click ODBC, then point the Data source parameter to the ODBC DSN by selecting it from the drop-down list.

or

- Select ADO or BDE interface, then choose ODBC data source option and then select the needed ODBC DSN from the drop-down list.

Notes

  1. MariaDB client must be installed. The bit-version of it (32 or 64) must match the bit-version of the application.
  2. Please make sure the corresponding ODBC driver installed and the bit-version of it matches the bit-version of the application (32 or 64).

Hints

See also