Problem in connectin string

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JyothiBalaraju
    New Member
    • Oct 2006
    • 2

    #1

    Problem in connectin string

    Hi,
    How to write the connection string for client server application.
    Application is developed using vb.net and mysql.
    Plz reply..
    It's urgent
  • FelixB
    New Member
    • Oct 2006
    • 3

    #2
    I don't know if I got the point of your question, but I think this might help you: http://www.connections trings.com/

    Comment

    • digitalmanic
      New Member
      • Oct 2006
      • 24

      #3
      Dim MysqlConn As MySqlConnection = New MySqlConnection ()
      MysqlConn.Conne ctionString = "Data Source=server;D atabase=databas ename;User ID=usename;Pass word=password;C ommand Logging=false"
      MysqlConn.Open( )


      Ambika Praveen

      Comment

      Working...