Re: [SQL] Where Can I find JDBC driver.

2000-12-12 Thread 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!!

Re: [SQL] Where Can I find JDBC driver.

2000-12-12 Thread Peter T Mount
Quoting Mateusz Mazur <[EMAIL PROTECTED]>: > 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 arch

Re: [SQL] Where Can I find JDBC driver.

2000-12-11 Thread 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.

[SQL] Where Can I find JDBC driver.

2000-12-11 Thread 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.