> Do you always close() your ResultSet's when done?

You don't need to close() ResultSet's. From the documentation:

"A ResultSet is automatically closed with the Statment that generated it is
closed, re-executed, or used to retrieve the next ResultSet in a multiple
result set query."

Thus, you only need to close() the Statement.

-jon



----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://www.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to