Обсуждение: JDBC driver

Поиск
Список
Период
Сортировка

JDBC driver

От
Gabor
Дата:
Hi,

One of my users needs a JDBC driver for Postgres, where do I find the
darn thing?  The machine is Intel PII 400 running FreeBSD 3.0.  I went
to the javasoft site but the only applicable driver was from OpenLink
and wasn't for FreeBSD.

gabor.
--
    Sorry.  My testing organization is either too small, or too large,
    depending on how you look at it.  :-)
        -- Larry Wall in <1991Apr22.175438.8564@jpl-devvax.jpl.nasa.gov>

Re: [ADMIN] JDBC driver

От
Ralf Berger
Дата:
Gabor wrote:
>
> Hi,
>
> One of my users needs a JDBC driver for Postgres, where do I find the
> darn thing?  The machine is Intel PII 400 running FreeBSD 3.0.  I went
> to the javasoft site but the only applicable driver was from OpenLink
> and wasn't for FreeBSD.
>

Take a look in /usr/src/pgsql/src/interfaces/jdbc.

Regards
    Ralf

--
Fraunhofer IPK
Dipl.-Inform. Ralf Berger
Pascalstr. 8-9
10587 Berlin

Tel.: ++49-(0)30 390 06 129
Fax.: ++49-(0)30 391 10 37

---

In anything at all, perfection is finally attained not when
there is no longer anything to add, but when there is
no longer anything to take away.

Antoine de Saint Exupery

Re: [ADMIN] JDBC driver

От
Peter T Mount
Дата:
On Mon, 6 Jul 1998, Gabor wrote:

> Hi,
>
> One of my users needs a JDBC driver for Postgres, where do I find the
> darn thing?  The machine is Intel PII 400 running FreeBSD 3.0.  I went
> to the javasoft site but the only applicable driver was from OpenLink
> and wasn't for FreeBSD.

Since V6.3, its in the src/interfaces/jdbc directory. To build cd into
that directory, and type 'make' (or 'make examples' to build the driver
and the examples). You should then find the postgresql.jar file which you
can place into the CLASSPATH.

Also, as our driver is a type 4 JDBC driver, it will work on any platform
supporting the 1.1 JDK or later (I test it with 1.1.3 & 1.1.5)

ps: Don't forget to run the postmaster with the -i parameter...

--
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