AW: [GENERAL] Using the JDBC Driver in version 7.02

2000-07-11 Thread tna
> > > Justin Jaynes wrote: > > > > > > > > the line: > > > > > > > > Class.forName("org.postgresql.Driver"); > > Try: > > Class.forName("postgresql.Driver"); > In 7.02 the above is WRONG, Class.forName("org.postgresql.Driver"); is right ... (Drivername has changed in this version)

Re: [GENERAL] Using the JDBC Driver in version 7.02

2000-07-10 Thread Joseph Shraibman
You have to format your url properly so the java runtime can figure out what driver to use for the connection. Justin Jaynes wrote: > > Hello. I am using Postgres 7.02 on my redhat linux box. I have installed > the JDK and a JSP engine. > > I have also copied the JDBC level 4 Drivers that cam

[GENERAL] Using the JDBC Driver in version 7.02

2000-07-10 Thread Justin Jaynes
Hello. I am using Postgres 7.02 on my redhat linux box. I have installed the JDK and a JSP engine. I have also copied the JDBC level 4 Drivers that came with postgresql 7.02 onto my hard drive. When I try to interface with it in java, even after loading the driver with the line: Class.forN