On 3 Oct, 14:33, sen...@gmail.com wrote:
> make sure that you :
> * had data in the table
> * have called resultSet.next() before accessing fields from the result
> set.
checked the return value from next()
> * are NOT calling resultSet.getString(...) after closing your
> resultSet
[quoted text clipped - 5 lines]
>
> Always pay attention to stack trace, there is something useful in it.