EHat -
You can see this problem easily without TestStand if you just:
1) Create an empty test.udl text file in a directory
2) Edit the udl file by double clicking on it
3) In the Data Link Properties dialog box, on the Provider, select ODBC
3) In the Data Link Properties dialog box, on the Connection tab,
a) Select a ODBC data source under the Use Data Source Name combo box
b) Select a database in the Initial Catalog combo box
4) Test Connection -> Catastrophic Failure
I have reported this to MySQL, see...
http://bugs.mysql.com/bug.php?id=10238
When you specify a data link you can either use the Data Source Name
Provider=MSDASQL.1;Persist Security Info=False;Data Source=MySQL LocalHost
or you can use a connection string:
Provider=MSDASQL.1;Persist Security Info=False;Extended Properties="DATABASE=test;
DSN=MySQLLocalHost;OPTION=H,í;PORT=0;UID=root"
If you use the connection string, the database viewer works around the problem. Try this for now.
Scott Richardson
https://testeract.com