The technology used is ODBC (Open Database Connectivity) - read about this for better understanding.
Assuming that you already have MS Access and MySQL installed on your computer, then do the following:
- Install the MySQL ODBC driver - straightforward installation
- Create the database with tables in MySQL - the normal way databases are created
- In MS Access, setup ODBC driver to communicate with the MySQL database - simply using External data / ODBC database
- Create your user interface (forms) in MS Access - as you always do! Only that this time the tables will be in a linked MySQL database.
In 4 simple steps, you are home and dry. With this setup, you benefit from the robust and stable engine of MySQL database management system, while you also retain the simplicity of forms design in Access.
Multi-user access to your database on a network will no longer suffer from the drawbacks of an Access database.
Remember also that this principle applies to any ODBC-compliant database management system (DBMS) - which most DBMSs are. In fact, ODBC drivers exist for most DBMSs, including Oracle, MySQL, Microsoft SQL Server, PostgreSQL, etc.
If you are interested in further details, read, read and read ... OR simply contact me. As easy as 123.
No comments:
Post a Comment