On Wed, 20 Feb 2002 14:51:56 -0500, you wrote:
>Do I use the classes in this package for JDBC 2.0 driver? Are
>org.postgresql.Driver & org.postgresql.jdbc2.Driver the same?
org.postgresql is for JDK 1.0/1.1 or JDBC 1.0,
org.postgresql.jdbc2 is for JDK 1.2/1.3 or JDBC 2.0. The
make/ant build scripts in the driver's source tree should pick
the right version based on the version that appears to be
installed on your machine.
Regards,
René Pijlman <rene(at)lab(dot)applinet(dot)nl>