Home » Archive for November 16th, 2008
Connecting your code to a MySQL database using ODBC
For people who want to set up a database on their computer in a windows environment you have come to the right place.
The tools we need and what they are for:
MySQL database - This is the database for storing all of your data
GUI Tools – This allows you to view the status and information within your database.
MySQL ODBC Driver – This allows your code to communicate with MySQL database. The...