how linux application can connect to wine ODBC DSN

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
kenlo
Newbie
Newbie
Posts: 1
Joined: Wed Sep 01, 2010 3:26 am

how linux application can connect to wine ODBC DSN

Post by kenlo »

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.
Martin Gregorie

how linux application can connect to wine ODBC DSN

Post by Martin Gregorie »

On Wed, 2010-09-01 at 04:08 -0500, kenlo wrote:
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?
Of course. If there's a Linux driver you can use that: ask the database
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.
Proxies like ODBCSocketServer or DBTCP would be the last choice
because there shouldn't be any need for yet another layer.
They are not necessary.

Martin
Locked