Re: Database connection problem through JDBC driver - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Database connection problem through JDBC driver
Date
Msg-id Pine.BSO.4.56.0405051353480.27106@leary.csoft.net
Whole thread Raw
In response to Database connection problem through JDBC driver  (debashis dutta <deb_dutta@yahoo.com>)
List pgsql-jdbc

On Sat, 1 May 2004, debashis dutta wrote:

> Hello
> in our web site developement project we r using the
> followings as development environment
>
> 1. JDK 1.3.1_02
> 4. Postgresql 7.4 & pg74.213.jdbc3.jar as JDBC driver

You have selected a mismatched jvm and jar file.  JDBC 3 requires the 1.4
jvm, for the 1.3 jvm you should use the jdbc 2 jar file.

For your issue with the jdbc 3 driver not working correctly with the 1.4
jvm you have not provided enough information to receive help.  What is the
expected behavior and what are you seeing?  What does the iterate tag do,
and how does that relate to an actual jdbc call?

Kris Jurka


pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: CLDC implementation of the pgsql driver.
Next
From: Barry Lind
Date:
Subject: Re: Result Set Cursor Patch