Tony Patton explains how you can set up and work with Open DataBase Connectivity (ODBC) technology in your .NET applications. He also highlights the ODBC .NET Data Provider, which provides ODBC access ...
ODBC (Open DataBase Connectivity) is a uniform interface standard that you may use to access database systems. Learn about ODBC classes and how to use the ODBC .NET Data Provider within the Microsoft ...
Make C# (part of .Net SDK) understand ODBC (refer to the box ‘ODBC’) Install ODBC drivers called MyODBC for MySQL We have used the final release of the .Net SDK ...
I did some work with MySQL and C# on a project, I actaully used the mysql odbc from here <BR><BR>theres definately a few tutorials about this around, a simple search on C# and MySQL or .NET and MYSQL ...