Thread
:
VS.Net - Connecting to a mySQL databse
View Single Post
#
2
(
permalink
)
Jul 25th, 2004, 04:27
Webforumz Staff
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/
Webforumz Staff
View Public Profile
Find all posts by Webforumz Staff