Re: The column name was not found in this ResultSet - Mailing list pgsql-jdbc

was not found in this ResultSetwas not found in this ResultSet  (Zsolt Kúti <kuti.zsolt@prolan.hu>)was not found in this ResultSet  (Zsolt Kúti <kuti.zsolt@prolan.hu>)
From David Johnston
Subject Re: The column name
Date
Msg-id 02b301cdc37f$560c4500$0224cf00$@yahoo.com
Whole thread Raw
In response to The column name
Responses Re: The column name
List 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"
<<<<<<<<<<<
>





pgsql-jdbc by date:

Previous
From: Zsolt Kúti
Date:
Subject: The column name was not found in this ResultSet
Next
From: Zsolt Kúti
Date:
Subject: Re: The column name was not found in this ResultSet