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

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -