How do I connect to MySQL via ADO using DSN-less connection string?
Here is my connection string:
ADO?AuxDriver=MSDASQL.1;Server=localhost;Database=test;UserID=root;Password=yourpassword;Extended Properties=“DRIVER={MySQL ODBC 5.1 Driver};PORT=3306;OPTION=4212739”;