I need to connect two different solutions together solution A is in Sybase (ADS) and solution B is in Filemaker. Since Filemaker is only able to have a live connection to Oracle, MS Server and MySQL via ODBC.
I thought about creating a middleware between FileMaker and Sybase using MySQL. I search google and haven't found anything except for full migration.
So question is via MySQL is it possible to query a second DBMS via ODBC? So I can make the tables of solution B visible to A.
Thank you