[Sqlrelay-discussion] Calling SQLRelay with UnixODBC
Brought to you by:
mused
|
From: Batoussa M. <bmo...@sa...> - 2006-01-24 21:07:29
|
Hi,
=20
Sqlrelay permits to connect to a database using ODBC connection
(compiled against unixODBC in my case), and it works fine.
Is it possible to connect via unixODBC (using sqlrelay client ...) to a
sqlrelay listener? Or must I implement a specific ODBC Driver which will
use sqlrelay client API?
=20
I mean the following architecture:
=20
Client
Server
[isql -> unixODBC -> sqlrelay client ] <-- network --> [sqlrelay
(daemon/listener) -> unixODBC -> oracle10g]
=20
Thank you
|