sample program to connect mysql server by using odbc

  • Thread starter Thread starter shun
  • Start date Start date
shun,

Why are you going to use ODBC? You can use native providers for .NET.
Check out the section "Using MySQL Native .NET Providers" of the document
located at (watch for line wrap):

http://dev.mysql.com/tech-resources/articles/dotnet/index.html

Concidentally, if you have some other reason why you need to go through
ODBC, it will show you how to do that there. However, I recommend using the
MySql native drivers.

Hope this helps.
 
Back
Top