How would the connection-string look like to connect to a local MySQL-database?
Printable View
How would the connection-string look like to connect to a local MySQL-database?
mysqlConn.open "Provider=MySQLProv;Data Source=mySQLDB;User Id=myusername;password=mypassword;"
for future reference
http://www.able-consulting.com/ADO_Conn.htm
Thank you!
/Anders