1 Replies - 291 Views - Last Post: 07 February 2012 - 12:05 PM Rate Topic: -----

Topic Sponsor:

#1 chieto  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 7
  • Joined: 18-January 10

Connecting To Remote Mysql using wampserver

Posted 07 February 2012 - 12:03 PM

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
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

Is This A Good Question/Topic? 0
  • +

Replies To: Connecting To Remote Mysql using wampserver

#2 modi123_1  Icon User is offline

  • Suiter #2
  • member icon


Reputation: 3561
  • View blog
  • Posts: 14,989
  • Joined: 12-June 08

Re: Connecting To Remote Mysql using wampserver

Posted 07 February 2012 - 12:05 PM

You would need to use an intermediary to do that. If you look at my contributes I show how to use basic PHP and make web service to add to a vb.NET desktop application.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1