RE: JDBC support

From: Peter Mount <petermount(at)maidstone(dot)gov(dot)uk>
To: "'Gunnar R|nning '" <gunnar(at)candleweb(dot)no>, "'Thomas Lockhart '" <lockhart(at)alumni(dot)caltech(dot)edu>
Cc: "'Ray S(dot) Cunningham '" <rcunningham(at)ispring(dot)com>, "'Vince Vielhaber '" <vev(at)michvhf(dot)com>, "'pgsql-interfaces(at)postgresql(dot)org '" <pgsql-interfaces(at)postgresql(dot)org>
Subject: RE: JDBC support
Date: 2000-08-30 08:24:57
Message-ID: 1B3D5E532D18D311861A00600865478CF1B304@exchange1.nt.maidstone.gov.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

It's native as in it's native to postgresql.

However in Java/JDBC terms, it's a Type 4 driver. This means its written in
pure java and uses the databases own network protocol for communication - it
doesn't use a middle tier (like the openlink driver does).

Peter

-----Original Message-----
From: Gunnar R|nning
To: Thomas Lockhart
Cc: Ray S. Cunningham; Vince Vielhaber; pgsql-interfaces(at)postgresql(dot)org
Sent: 29/08/00 15:20
Subject: Re: [INTERFACES] JDBC support

Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu> writes:

> > I could not locate the JDBC driver in the download area of your
website.
> > All I see is the ODBC driver. When you say you offer a JDBC
connection
> > interface, do you mean only JDBC-ODBC bridge? If so, when will you
offer a
> > native JDBC driver? Thanks.
>
> We have a native JDBC driver. It is included in the distribution

Strictly speaking in JDBC terms the JDBC driver supplied with PostgreSQL
is
not native. A JDBC native driver would have been implemented using C/C++
native code. The portable all Java driver supplied with PostgreSQL is a
more robust and reliable solution than most drivers relying on native
code...

regards,

Gunnar

Browse pgsql-interfaces by date

  From Date Subject
Next Message Daniel Rosenberg 2000-08-30 11:46:23 Re: JDBC and java.sql.Timestamp
Previous Message Ryan Williams 2000-08-29 17:37:28 Re: Re: Windows' DLL for PgAccess and Tcl/Tk 8.3.x