invalid column index sql exception
* If that's a SQLException thrown by Java, it's most likely because when you are trying to get or set a value from a ResultSet, the index you are using isn't within the range.
* For example, you might be trying to get the column at index 3 from the result set, but you only have two columns being returned from the SQL query.
#sql exception
#sqlException
#invalidcolumnindexexception
#invalid column index exception in oracle
Comments
Post a Comment