JDBC Driver Problem

From: "Gautham S(dot) Rao" <gautam(dot)rao(at)tatainfotech(dot)com>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: JDBC Driver Problem
Date: 2002-04-04 12:52:37
Message-ID: 01fd01c1dbd7$9930d350$41057aa3@tatainfotech.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,

We have a query that involves 'union' and 'except' clause. When it is run on the psql database at the backend it retuns the required data. However, when it is executed using the jdbc driver it is returning less number of records. The statements after the union and except clause are not getting executed. Is this a bug in the JDBC driver?

Also a similar problem is encountered in another query that uses 'case when <> then <> else <> end' the equivalent of 'decode'. This query returns records when exceuted at the backend, but when exceuted using the JDBC driver, it retuns no records. What could be the problem? Have any of you encountered a similar problem and how do we solve it?

Regards,
Gautham.

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Nick Fankhauser 2002-04-04 12:56:55 Re: JDBC Driver Problem
Previous Message Dave Cramer 2002-04-04 12:19:19 Re: getColumns()