Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi..

i create web service and i have mysql data in localhost server like(http://192.168.1.104).
so how can i connect mysql data to visual stdio 2008..
Posted
Comments
Soft009 12-Aug-11 5:18am    
do you want connection string or .net connector...

Do you want to connect your Visual Studio to the MySQL database or do you want to fetch the data from the database into your program?

If it's the latter, you can use MySqlConnector/Net: http://www-jp.mysql.com/downloads/connector/net/[^]
 
Share this answer
 
Good connection string samples here[^].
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900