Обсуждение: Where Can I find JDBC driver.

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

Where Can I find JDBC driver.

От
Mateusz Mazur
Дата:
Hello.
I wonder where I can find JDBC driver for Postgresql. I think it should be
class (sorry I am newbie). I would be very greatfull for quick response.

Mateusz.


Re: Where Can I find JDBC driver.

От
"Robert B. Easter"
Дата:
On Monday 11 December 2000 11:45, Mateusz Mazur wrote:
> Hello.
> I wonder where I can find JDBC driver for Postgresql. I think it should be
> class (sorry I am newbie). I would be very greatfull for quick response.
>
> Mateusz.

/usr/src/postgresql-7.0.3/src/interfaces/jdbc

Its with the source.

-- 
-------- Robert B. Easter  reaster@comptechnews.com ---------
- CompTechNews Message Board   http://www.comptechnews.com/ -
- CompTechServ Tech Services   http://www.comptechserv.com/ -
---------- http://www.comptechnews.com/~reaster/ ------------


Re: Where Can I find JDBC driver.

От
Peter T Mount
Дата:
Quoting Mateusz Mazur <vincent@waw.pdi.net>:

> Hello.
> I wonder where I can find JDBC driver for Postgresql. I think it should
> be
> class (sorry I am newbie). I would be very greatfull for quick
> response.

The JDBC driver is actually a collection of many classes. What you want is the 
jar archive containing them. Now if you have the source to postgresql, cd into 
the src/interfaces/jdbc directory and type make.

If not, then you can download a precompiled jar file from my web site.

Normally this would be http://www.retep.org.uk/postgres/ however as Marc knows 
it's taking an extraordinarily long time to move servers so the following link 
will also work while the DNS catches up:

http://jdbc.postgresql.org/download.html

NB: Most of the links will fail, but the .jar files should work.

As on how to use the jar file, check the Interfaces list archives.

Peter

-- 
Peter Mount peter@retep.org.uk
PostgreSQL JDBC Driver: http://www.retep.org.uk/postgres/
RetepPDF PDF library for Java: http://www.retep.org.uk/pdf/


Re: Where Can I find JDBC driver.

От
clayton cottingham
Дата:
Mateusz Mazur wrote:
> 
> Hello.
> I wonder where I can find JDBC driver for Postgresql. I think it should be
> class (sorry I am newbie). I would be very greatfull for quick response.
> 
> Mateusz.


download the source tarball go into
src/interfaces/jdbc

and follow directions!1

bon appetite!!