Unable to find Mysql Database in DataBase Explorer of VIsual Studio Express 2012 -


i using visual studio express 2012 , mysql server 5.0.i want add mysql database provider in database explorer.

i installed mysql visualstudio 1.2.3" , **mysql connector/net 6.93..but same result previous..

i cant post images here due repution points in stackoverflow account..i have provided image link.

http://i.imgur.com/tnhzfay.png

http://i.imgur.com/5lqkd5n.png?1

please me...

if have installed mysql connector. add reference of mysql.dll installed location of mysql connector. start using functions.

step 1:

navigate solution explorer -> , right click on reference -> add reference.
http://uploadffs.nl/images/2014/09/23/kqk4p.jpg

step 2:

now click browse -> locate have installed mysql connector plugin. -> common pathway ... /directory/mysqlconnector/assemblies/v4.5

http://uploadffs.nl/images/2014/09/23/ya3ot.jpg

step 3:

now start using functions!
using mysql.data.mysqlclient;

enjoy!!!

ps: sorry mate don't have enough reputation display images!


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -