2 nested result set  
Author Message
Mariano





PostPosted: 2008-1-19 18:12:00 Top

java-programmer, 2 nested result set On 19 Gen, 03:41, Lew <email***@***.com> wrote:
> > A ResultSet object is automatically closed when the Statement object that generated it
> > is closed, re-executed, or used to retrieve the next result from a sequence of multiple results.

I've resolve usig two different statement.
Thank you so much (and to the java doc too :) )