View Single Post
  #2  
Old 12-11-2006, 04:49 AM
sesmar
I built it I will Support it!
 
Join Date: Jun 2005
Location: Michigan
Posts: 214
Default

Check out this http://dev.mysql.com/downloads/connector/net/5.0.html this is a .Net MySql connector which is used much like you would use a SqlConnection or SqlCommand. I am not sure if they have added in the Visual Designer interface with the latest version or not but I know that programatically it works exactly the same way as the System.Data.SqlClient library does. Hope this helps you some.
__________________
Reply With Quote