Re: postgresql-8.0 JDBC problem

From: John R Pierce <pierce(at)hogranch(dot)com>
To: nagaraj s <snagarajraju2(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: postgresql-8.0 JDBC problem
Date: 2009-08-18 07:39:32
Message-ID: 4A8A5AB4.1010901@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

nagaraj s wrote:
>
> I like to use Dspace for my organization. I installed postgresql8.0
> as per the installation documentation after that installation it as me
> to Copy file *postgresql-8.0-310.jdbc2.jar *from *C:\Program
> Files\PostgreSQL\8.0\jdbc\ *to *C:\dspace-1.3.1-source\lib*. But that
> JDBC folder is not in that location. Pls help..
>

MIT's DSpace information management package?

First, let me state up front... Postgres 8.0 for Windows is deprecated
as there were some fundamental problems on the platform that couldn't be
resolved until 8.2 ... Currently recommended versions are 8.2.13 and 8.3.7

Secondly, the JDBC Java driver is a seperate project, and various
versions can be downloaded from here
http://jdbc.postgresql.org/download.html

For best results, you want the one that matches A) your JDK/JRE version
and B) your PostgreSQL release, per hte table on that page.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message nagaraj s 2009-08-18 08:24:32 Re: postgresql-8.0 JDBC problem
Previous Message nagaraj s 2009-08-18 07:20:20 postgresql-8.0 JDBC problem