I have an application where I need to replicate rows from one server running MSSQL (Currently running a Microsoft Dynamics instance) and send them to a MySQL server. I'm currently thinking of doing this with an ODBC connector, but I'm not sure that's going to work.
If it doesn't, I'm looking for a common file format which can be recognized by both MSSQL and MySQL. Any ideas?
Billy3