java - What does the following Oracle error mean: invalid column index -


i got following error while testing code:

sqlexception: invalid column index

what mean?

is there online document explaining oracle error codes , statements?

if that's sqlexception thrown java, it's because trying or set value resultset, index using isn't within range.

for example, might trying column @ index 3 result set, have 2 columns being returned sql query.


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -

c# - Binding attached property to IEnumerable -