Re: Which driver should I use?

From: "Xavier Poinsard" <xpoinsard(at)free(dot)fr>
To: mmckenzie(at)unmc(dot)edu
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Which driver should I use?
Date: 2005-02-15 17:11:17
Message-ID: 42122D35.7000800@free.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

mmckenzie(at)unmc(dot)edu wrote:
>
> Hello,
>
> We just upgraded our postgres db server to pg 8.0.1.
>
> Currently I'm still using the 75.215.jdbc3 driver which appears to be
> working fine.
>
> Do I need to upgrade to the 8.0-310 version of the driver?

Yes if you want to benefit from new features like server prepared
statements, jdbc escapes and much more...

>
> It does not appear that the 8.0 driver is finished as it is not
> distributed in the .jar format like the previous versions.

The driver is ready for download at http://jdbc.postgresql.org/download.html
The hyperlink name does not contains ".jar" but the files are ending
with ".jar"

>
> Is there a reason for this?
>
> Please pardon my ignorance.
>
> Mitchell S. McKenzie
> Programmer_
> __Learning Environment & Internet Services_ <http://app1.unmc.edu/leis>
> University of Nebraska Medical Center
> Phone: 402-559-9306
> Cell Phone: 402-708-1493
> *
> University of Nebraska Medical Center E-mail Confidentiality Disclaimer :*
> The information in this e-mail is privileged and confidential, intended
> only for the use of the addressee(s) above.
> Any unauthorized use or disclosure of this information is prohibited.
> If you have received this e-mail by mistake please delete it and
> immediately contact the sender.

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2005-02-15 22:59:56 Re: Pass column name in preparedstatement
Previous Message mmckenzie 2005-02-15 16:50:49 Which driver should I use?