Re: a big question - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: a big question
Date
Msg-id 40ADB68D.7040607@opencloud.com
Whole thread Raw
In response to a big question  (Dam Avalos <aleidam8@yahoo.com>)
List pgsql-jdbc
Dam Avalos wrote:
> Hi!
> I have a big problem with the postgress driver, and i hope you can help
> me, i´m programming with java, and java has a method name
> Class.forName() that ask for the postgress driver... I send you the
> archive ConexionBD.java, and i hope you can help me, because when i run
> the program it says that it can´t get the driver, or found the driver,
> or something like that, so, well if you can help me i´ll be very
> gratefull with you, thanks a lot

Without more detail it's hard to be sure, but the most likely problem is
that the PostgreSQL JDBC driver is not in your classpath. See
http://www.postgresql.org/docs/7.4/static/jdbc.html#JDBC-CLASSPATH

-O

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: Timeouts on big queries with JDBC?
Next
From: Dave Cramer
Date:
Subject: Re: Java Test Harness