0

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 ?

1 Answers1

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