I have recently read a MYSQL DB in MSSQL via creating a linked server. Does it work the other way round? I need to read MSSQL DB from MySQL. Any Idea ?
Asked
Active
Viewed 302 times
1 Answers
0
you need to create an odbc connection: http://dev.mysql.com/doc/refman/5.0/en/connector-odbc-examples-tools-with-access.html

endo.anaconda
- 2,449
- 4
- 29
- 55
-
Hello Endo, This example is not relevant to my question. It shows Access DB not SQL DB – Mohamad Dayeh May 02 '12 at 12:13