I have a big issue in my company. I am trying to migrate a web application from Windows to Linux; everything works fine, except the ODBC connection.
We have 3 databases, each one of them provide a driver. But I need two different driver managers (iODBC and UnixOdbc)
UnixOdbc:
- SqlServer
- Advantage Database (SAP solution)
iODBC:
- HyperfileSql
Actually it's impossible to have both driver managed in the same machine.
Is it possible to install iODBC with Hyperfile driver in another VM and make possible for my web apps to connect in ODBC through the VM?