An ODBC DSN has been setup successfully on wine. "wine isql DSN" has verified the connection.
Now a linux application wishes to connect this DSN. Is it possible?
Proxies like ODBCSocketServer or DBTCP would be the last choice because there shouldn't be any need for yet another layer. Put it this way. It is possible to do it the other way round (i.e. wine application connects to unixODBC DSN). Why can't this be done?
It is a jaunty running wine 1.0.1.
how linux application can connect to wine ODBC DSN
how linux application can connect to wine ODBC DSN
On Wed, 2010-09-01 at 04:08 -0500, kenlo wrote:
vendor if there's a driver. Otherwise use iODBC < http://www.iodbc.org >
or UnixODBC < http://www.unixodbc.org/ > and look for a driver for your
database driver there.
Martin
Of course. If there's a Linux driver you can use that: ask the databaseAn ODBC DSN has been setup successfully on wine. "wine isql DSN" has
verified the connection.
Now a linux application wishes to connect this DSN. Is it possible?
vendor if there's a driver. Otherwise use iODBC < http://www.iodbc.org >
or UnixODBC < http://www.unixodbc.org/ > and look for a driver for your
database driver there.
They are not necessary.Proxies like ODBCSocketServer or DBTCP would be the last choice
because there shouldn't be any need for yet another layer.
Martin