View Single Post
  #2 (permalink)  
Old Jul 25th, 2004, 04:27
Webforumz Staff Webforumz Staff is offline
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
Assuming you've got the 1.1 version and not 1.0, you'd use the ODBC .NET Data Provider.

using System.Data.Odbc;

For details and examples go to http://dev.mysql.com/tech-resources/articles/dotnet/