HOME

Back to Manual Table of Contents

ODBC Data Connection

ODBC is a standardized data connection format which will allow all your data to be directly available to other programs without having to do an export first. Any program can then access the database including Word, Excel, Access, and OpenOffice.org. You will have to install the ODBC driver on each computer where you want to access the database.

First, download and install the MySQL ODBC driver from www.mysql.com/downloads/api-myodbc-3.51.html , under Windows Driver Installer.

Open Control Panel | (Performance and Maintenance) | Administrative Tools | Data Sources (ODBC). Click on the second tab, System DSN. DentOffice will not be on the list, so you will be adding it to the list which will make it accessible from other programs.

Click Add.

Find the MySQL ODBC driver on the list, and click Finish.

The Data Source Name is just any name that you want to use to refer to this data source. Fill in the Host/Server Name, Database Name, User, and Root as described in setting up the freedental.ini file. The Host/Server name will only be localhost if you have one computer that is not networked. Oteherwise, it will be the name of the computer that is the server. The database name will be freedental unless you have changed it. The username will be root with no password unless you have set up passwords in MySQL.