I am trying to use VB/ADO to connect MySQL. I download MyOLEDB and
install the on the machine.
But it keep showing "MySQL DataSource Name Setup" dialog. How can get
away with it?
Following are the code:
cnn.ConnectionString =
"Provider=MySQLProv;Server=localhost;DB=mydb;U ser Id=root;password="
cnn.Open
THX
John