[Sqlrelay-discussion] RE: Calling SQLRelay with UnixODBC
Brought to you by:
mused
|
From: Batoussa M. <bmo...@sa...> - 2006-01-25 03:26:08
|
Sorry, I didn't notice the TODO list.
So, did it plan to have an sqlrelay ODBC API that could interface
unixODBC?
=20
Thank you
=20
_____ =20
From: Batoussa Mougamadou=20
Sent: Tuesday, January 24, 2006 4:07 PM
To: 'sql...@li...'
Subject: Calling SQLRelay with UnixODBC
=20
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
|