1

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?

kasperd
  • 31,086
Sam
  • 11

1 Answers1

0

No, you cannot access a database driver that is installed on a remote machine like a locally installed one.

But you should be able to install all your (x)ODBC drivers on one system and access them through different DSNs.

bjoster
  • 5,241