Link to home
Start Free TrialLog in
Avatar of karthik80c
karthik80cFlag for United States of America

asked on

How do i connect MySQL on Visual Studio

Hi Experts ,

I want to connect to MySQL to the visual studio to my project and i tried with the following Video link as Guidance Youtube Video . But while installing the MySQL  connector and MySQL Installer from this link http://dev.mysql.com/downloads/installer/ . still am not able to see MySQL on my Server Explorer Data List . Please let me know am done anything wrong .
Capture.PNG
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Your link is for the MySQL Server install which does not include all the drivers for different programs.  You need the ODBC driver for it to show up on that list.  However, you probably want the .NET connector to use in your program and it won't show up on that list at all because it is not an ODBC driver.  http://dev.mysql.com/downloads/connector/
Avatar of karthik80c

ASKER

Hi Dave ,

So we need to install ODBC for that . Is that rite Dave
ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial