Re: jdbc2 package question

From: Rene Pijlman <rene(at)lab(dot)applinet(dot)nl>
To: TimothyReaves(at)westfieldgrp(dot)com
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: jdbc2 package question
Date: 2002-02-20 23:58:06
Message-ID: 3sd87use7h53e1d966vbpllfddljnhu7nv@4ax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Doug Fields 2002-02-21 00:04:01 Setting array values in JDBC (Driver 7.2)
Previous Message Paul Bethe 2002-02-20 22:26:59 JDBC callable statement