In Windows, there is a link table feature in SQL Server (or MS Access). Basically, if I link SQL-Server and MySQL, then when my apps write something in SQL-Server, the MySQL is also updated via ODBC connection.
Basically the flow is: win-apps -> sql-server 2008 -> (via win-odbc) mysql (linux)
Now I want to reverse the process in Linux environment into:
the flow I want is: nix-apps -> mysql (linux) -> (via nix-odbc?) sql-server 2008...
Is this possible?