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

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -