| Author |
Invalid Descriptor Index
|
Latha Kota
Ranch Hand
Joined: Mar 13, 2003
Posts: 35
|
|
I am trying to output some data from back end. My SQL query is correct but I am getting an error Invalid Descriptor Index. I dont know what this means. Can someone tell me what exactly this means?
|
 |
Juanjo Bazan
Ranch Hand
Joined: Feb 04, 2002
Posts: 231
|
|
What is the code where you access your ResultSet? Check if you are trying to access the columns in the proper order or with the correct column index.
|
 |
Rakesh Gadre
Ranch Hand
Joined: Feb 22, 2003
Posts: 47
|
|
Hi, I think you are trying to access such a column which is not a part of the ResultSet. Or check the way in which you are fetching the data from the ResultSet. rakesh
|
 |
 |
|
|
subject: Invalid Descriptor Index
|
|
|