Accessing SQL Server 2008 data from MySQL

3

Does anyone know if I can access data from a SQL Server 2008 database from a MySQL database?

It would be something like Linked Server, but otherwise.

    
asked by anonymous 11.09.2017 / 19:35

1 answer

2

No, you can not do this type of access, you can use ODBC, but you will need to install the right drive.

It is important to understand that the client must understand the protocol.

    
11.09.2017 / 22:08