Subject Re: [IB-Java] Re: JDBC Development
Author Mark O'Donohue
Jim Starkey wrote:

> At 05:33 PM 4/26/01 -0400, David Jencks wrote:
> >
> > I have no experience with jni, would it be faster to concentrate everyone>
> > on the java-gds?
>
> Yes, very much so. Doing the JNI side is tedious, nasty work.
> I'd give serious consideration to deferring it until have world
> peace is achieved.
>

Well Yes and No, but probably more Yes :-), I've done quite a lot of jni
work,and the predecessors rni/jri) calling native driver for smartcards. It
ain't that bad, and it does have the advantage of the C side pushing simply
into the existing C sql calling interface (lots of the current intersever could
also be stripped to go into that).

But I agree on focussing on type 4 driver, that's the one everyone wants, we
just need to leave a placemarker for the type 2 driver to slot in.

Cheers

Mark