Re: The column name <col> was not found in this ResultSet

From: "David Johnston" <polobo(at)yahoo(dot)com>
To: 'Zsolt Kúti' <kuti(dot)zsolt(at)prolan(dot)hu>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: The column name <col> was not found in this ResultSet
Date: 2012-11-15 22:19:51
Message-ID: 02b301cdc37f$560c4500$0224cf00$@yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

> In a query like this:
> select * form T1 a, T2 b where a.id='xx' and a.id=b.id
>
> calling the result set:
> rs.getString("o.id") <<<<<<<<<<<<<<<<<<<<< "o" is neither "a" nor "b"
<<<<<<<<<<<
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Zsolt Kúti 2012-11-16 07:16:23 Re: The column name <col> was not found in this ResultSet
Previous Message Adam Rauch 2012-11-15 17:09:36 Re: postgresql-9.2-1002.jdbc4.jar does not work with Java6