Hi all, i've just set up an mysql server on my computer and now i want to
connect to a mysql database with an ASP page but i can't find the correct
connection string. I always get an error that the datasource can not be
found.
ConnString =
"Driver={MySQL} ;SERVER=mysqlho st;DATABASE=myD B;UID=userID;PA SSWORD=pasword"
What's wrong with it?
connect to a mysql database with an ASP page but i can't find the correct
connection string. I always get an error that the datasource can not be
found.
ConnString =
"Driver={MySQL} ;SERVER=mysqlho st;DATABASE=myD B;UID=userID;PA SSWORD=pasword"
What's wrong with it?
Comment