Thanks Michael,
I am making progress with connecting to a mysql db on localhost, but not quite there yet. I have downloaded MySQL ODBC 3.51 and now following the steps on this page
http://dev.mysql.com/doc/mysql/en/dsn-on-windows.html to connect to a mysql database. I have not created a new user and password, so I am using root as the username and the password field is blank.
this is what I have:
Data Source name: myODBC
Description:test
Server: localhost
User: root
Password:
Database: fruits
When I click the test connection button this is the error I get:
[MySQL][OBDC 3.51 Driver]Can't connect to MYSQL server on 'localhost'
I tried testing the connection again after running MYSQL, but I get the same error. Any futhur assistant will be appreciated.
Thanks,
RPCorr