how to connect mysql server using vb from client machine

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mra
    New Member
    • Sep 2006
    • 15

    how to connect mysql server using vb from client machine

    pls help
    i have some probles while connecting mysql server from a client machine using visual basic. thanks in advance
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    If you are looking for the connectionstrin g please look at www.connections trings.com

    Comment

    • OuTCasT
      Contributor
      • Jan 2008
      • 374

      #3
      Your connectionstrin g should look something like this

      Password=[password];Persist Security Info=True;User ID=[userID];Initial Catalog=[dbName];Data Source=[ipAddress]

      Comment

      Working...