c# - Connecting to MySQL from Microsoft Visual Web Developer 2008 -
the mysql database located on local computer , can't figure out how connect it. dropped sqldatasource object onto page , i'm trying create new connection can't figure out how it. please!
i've downloaded connectors .net have no idea them =s
thank you!
this question has been answered before: asp .net - configure sqldatasource use mysql .net connector
don't forget add
using mysql.data.mysqlclient
to class.
Comments
Post a Comment