Click here to Skip to main content
15,891,409 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have some hosting from wampserver so I set up a mysql db there. the actual db info is:

hostname: ip address
db name: root
username:
version: MySQL5.0
pw:

VB.net CODE
VB
conStr = "Server=ip address;Database=dbname;User Id=root;Password=;"


or there is another way to connect pc1(server) and pc2(client) using wampserver?

thanks
Posted
Updated 8-Feb-12 13:52pm
v2
Comments
Sergey Alexandrovich Kryukov 7-Feb-12 14:09pm    
What is "connect"? Why "another way"? What's the problem? Not clear.
--SA

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