How to connect with a MySQL database?
-
In vs.net 2005, I want to connect with MySQL database. After trying some hours, I found there is many questions: 1 Add reference error. Which dll should be add into project? 2 Connect String error. Which provider in OLEDB could be used? 3 User name and password and datasource. Thanks!
-
In vs.net 2005, I want to connect with MySQL database. After trying some hours, I found there is many questions: 1 Add reference error. Which dll should be add into project? 2 Connect String error. Which provider in OLEDB could be used? 3 User name and password and datasource. Thanks!
OLE DB Provider for mySQL oConn.Open "Provider=MySQLProv;" & _ "Data Source=mySQLDB;" & _ "User Id=myUsername;" & _ "Password=myPassword"
-
In vs.net 2005, I want to connect with MySQL database. After trying some hours, I found there is many questions: 1 Add reference error. Which dll should be add into project? 2 Connect String error. Which provider in OLEDB could be used? 3 User name and password and datasource. Thanks!
-
OLE DB Provider for mySQL oConn.Open "Provider=MySQLProv;" & _ "Data Source=mySQLDB;" & _ "User Id=myUsername;" & _ "Password=myPassword"