- Link to What is a Relational Database? (Article)
What is ODBC?
ODBC (Open Database Connectivity) is a universal way of accessing data in databases. Originally databases had their own software drivers and moving data between them was quite fiddly. You had to export data into a common format such as .csv then import it into the target database. The designers of ODBC aimed to remove that need by making it independent of programming languages, database systems, and operating systems. This was back in 1992 when it was launched by Microsoft and became an open standard three or our years later.Each database creator created their own ODBC drivers and MySQL has created a couple for .NET. These are 3.51 and 5.1. You'll find them on the MySQL ODBC connector downloads page. Note, there is a non ODBC connector/net which works with Visual Studio 2008 but I am unsure if that works with the Express Edition. ODBC certainly does. I had problems with the 5.1 ODBC driver and found I'm not alone so download the 3.51 driver and install it.
The screenshot shows the ODBC configuration, details on the next page.
On the Next Page - Working with ODBC


