Search:

Type: Posts; User: copeg

Search: Search took 0.26 seconds.

  1. Replies
    6
    Views
    2,773

    Re: Result set is closed

    You have a NullPointerException...are you trying to access any objects which haven't been instantiated? (hint: your definitions of the arr_gen_name and array_class_name)
  2. Replies
    6
    Views
    2,773

    Re: Result set is closed

    Perfectly ok...I hope the above explanation and link helps.
  3. Replies
    6
    Views
    2,773

    Re: Result set is closed

    Please see the API for Statement. Each Statement can only be associated with a single ResultSet. In you case, you can fix this problem by a) creating 2 Statements and use each for your 2 independent...
Results 1 to 3 of 3