Subject RE: [IB-Java] New JDBC Driver
Author Ken Richard
If he doesn't care about that part, then that may be the easiest/fastest way
to get something started. He has done much of the work for us already. I
am going to spend a few hours and see where I get...

I looked at interbase remote/interface.c and it appears that the semantics
of the gds api are similar to the semantice of the 3050 protocol. If we can
get something working with the api, then it could be changed to direct 3050
in the future. "Just" have to port the protocol/xdr stuff to java. We
could probably even come up with some java interfaces that would help the
conversion in the future.


-----Original Message-----
From: Jim Starkey [mailto:jas@...]
Sent: Wednesday, April 18, 2001 4:42 PM
To: IB-Java@yahoogroups.com
Subject: Re: [IB-Java] New JDBC Driver


At 03:20 PM 4/18/01 -0400, you wrote:
> The easiest approach is to take an existing c++ API and write a java
> I looked into the IBPP api, but they don't do any boundry checking
> Another possibility c++ api behind the OdbcJdbc

Don't assume. He doesn't care about that part. Also, his C++
can be more or less mechanically turned into Java.