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

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -