Search results for query: *

  • Users: gp04lch
  • Content: Threads
  • Order by date
  1. G

    Error message while connecting to mysql

    hi guys, i'm new to ado.net and i tried the following codes out:myconnection = New MySqlConnection("server=127.0.0.1;uid=root;pwd=password;database=digitech")mysqldataadapter = New MySqlDataAdapter("SELECT * FROM tester", myconnection)Dim mydataset As DataSet = New DataSet()Dim mydatarow As...
Back
Top