Re: [SQL] Are there JDBC that used with PostgreSQL? - Mailing list pgsql-sql

From Peter Mount
Subject Re: [SQL] Are there JDBC that used with PostgreSQL?
Date
Msg-id Pine.LNX.3.95.980523095538.8839A-100000@retep.org.uk
Whole thread Raw
In response to Are there JDBC that used with PostgreSQL?  ("Chaitad Huangsamphan" <dbarch@hotmail.com>)
List pgsql-sql
On Thu, 21 May 1998, Chaitad Huangsamphan wrote:

> I'm a beginner java programmer that have a thesis implementation on
> PostgreSQL.
>
> First I have to find a suitable programming language to query data on
> PostgreSQL
> (except perl).
> Please advise me which one is the easiest.
>
> Then I have to find JDBC, ODBC and API that JAVA can communicate with
> PostgreSQL.

Postgresql comes with it's own JDBC driver, which will work with any
platform that supports JDK1.1 or later.

You can also use ODBC on the Windows platform via the JDBC-ODBC bridge.
This is slightly faster, but limits you to the Windows platform.

PostgreSQL JDBC Faq: http://www.retep.org.uk/postgres

--
Peter T Mount peter@retep.org.uk or petermount@earthling.net
Main Homepage: http://www.retep.org.uk
************ Someday I may rebuild this signature completely ;-) ************
Work Homepage: http://www.maidstone.gov.uk Work EMail: peter@maidstone.gov.uk



pgsql-sql by date:

Previous
From: Eric McKeown
Date:
Subject: Re: [SQL] escaping the '
Next
From: Michael Yeung
Date:
Subject: ODBC Sources