Although creating custom Web-based GUIs (Graphical User Interfaces) for your MySQL backend is a fairly common method for administrating database information, it is not without its problems. Slow Internet connections and cross-browser coding issues are just a few issues that could inhibit your client from updating their database information in the most timely and efficient way possible. Of course, problems such as these are largely out of your control, but don’t try telling that to the client! Well, if not a Web-based GUI, what then? The alternative is actually a quite interesting one. You may not be aware that MySQL is compatible with the ODBC (Open DataBase Connectivity) standard, and even offers its own ODBC drivers (known as MyODBC) free for download from the MySQL site (http://www.mysql.com). This is great, because MyODBC makes it possible to incorporate MySQL into quite a few interesting applications, including Microsoft Access. In this article, I’ll demonstrate just how easy it is to install and configure MyODBC and subsequently use Microsoft Access to manage MySQL data. {mospagebreak title=MyODBC Installation} The first step in the MyODBC installation process is to go to the MySQL Website and download the latest version of the MyODBC drivers. They are located at: http://www.mysql.com/downloads/api-myodbc.html. Incidentally, the drivers are available for the Windows 95/98/NT, UNIX, and Solaris platforms. However, since the demonstration will be devoted specifically to integration with MS Access, it is assumed that either the 95/98 or NT version of the drivers will be downloaded. To summarize the installation process: 1. Download the drivers from the URL given above.The boring installation part is complete. In the next section, a sample project will be introduced, which will provide a practical basis for learning more about how MyODBC is used as the interface between MySQL and MS Access.
blog comments powered by Disqus |