Re: [Sqlrelay-discussion] RE: Calling SQLRelay with UnixODBC
Brought to you by:
mused
|
From: David M. <dav...@fi...> - 2006-01-27 18:51:02
|
Yes, I intend to write an ODBC driver for SQL Relay which uses the SQL Relay API. Ie. apps which have been coded to use unixODBC could connect through SQL Relay to a database. It's on the TODO list, but I haven't done any work on it yet. If you'd like to work on it though, please do! :) Dave dav...@fi... On Tue, 2006-01-24 at 22:23 -0500, Batoussa Mougamadou wrote: > Sorry, I didn=E2=80=99t notice the TODO list. >=20 > So, did it plan to have an sqlrelay ODBC API that could interface > unixODBC? >=20 > =20 >=20 > Thank you >=20 > =20 >=20 > =20 > ______________________________________________________________________ > From: Batoussa Mougamadou=20 > Sent: Tuesday, January 24, 2006 4:07 PM > To: 'sql...@li...' > Subject: Calling SQLRelay with UnixODBC >=20 >=20 > =20 >=20 > Hi, >=20 > =20 >=20 > Sqlrelay permits to connect to a database using ODBC connection > (compiled against unixODBC in my case), and it works fine. >=20 > Is it possible to connect via unixODBC (using sqlrelay client =E2=80=A6= ) to a > sqlrelay listener? Or must I implement a specific ODBC Driver which > will use sqlrelay client API? >=20 > =20 >=20 > I mean the following architecture: >=20 > =20 >=20 > Client > Server >=20 > [isql -> unixODBC -> sqlrelay client ] =C3=9F network =C3=A0 [sqlrelay > (daemon/listener) -> unixODBC -> oracle10g] >=20 > =20 >=20 > Thank you >=20 >=20 |