Accessing multiple recordsets from database
hey guys,
I am currently working on how I can assign multiple Recordsets from one query to multiple ResultSets in a servlet. Currently I only know how to assign the first Recordset from the database, even though there are other Recordsets available, into one ResultSet. Can anyone help me out? Thanks alot.

