Re: query problem - Mailing list pgsql-admin

From Nick Fankhauser
Subject Re: query problem
Date
Msg-id NEBBLAAHGLEEPCGOBHDGGEAMGIAA.nickf@ontko.com
Whole thread Raw
In response to query probelm  (helen liu <helengliu@yahoo.com>)
Responses Re: query problem  (helen liu <helengliu@yahoo.com>)
List pgsql-admin
Helen-

There is a separate JDBC list for related questions that I suggest you use
in the future.

A code sample is needed for a really good answer, but I'll make a guess.
This message is probably telling you that you are either trying to set a
value in a where clause that has a higher index than the number you
prepared. (eg: you have two columns constrained and tried to set a third.)
Or, you are trying to read a column from the resultset that has a higher
index than those you defined when preparing the statement. (eg: your query
returns two fields and you're asking for a third.)

Your SQL statement may look fine, but you're either setting or getting
something that it doesn't have.

-Nick




-----Original Message-----
From: pgsql-admin-owner@postgresql.org
[mailto:pgsql-admin-owner@postgresql.org]On Behalf Of helen liu
Sent: Monday, January 13, 2003 11:44 AM
To: pgsql-admin@postgresql.org
Subject: [ADMIN] query probelm


Hello,
I am new in postgresql. sorry if I may ask simple question. I got error
message when I pass sql statement into database through JDBC. the error msg
is:
"connect and execute query: The column index is out of range."
I check the sql statement string passed into db, it looks fine. I have no
idea what is going wrong. any help is highly appreciated.
Helen




Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now


pgsql-admin by date:

Previous
From: Patrick Meylemans
Date:
Subject: SI buffer overflow
Next
From: Andrzej Kwiatkowski
Date:
Subject: Grants on creating tables..