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.

[319 byte] By [suchiatea] at [2007-11-26 16:30:20]
# 1
hi guys..can anyone help me out.. thanks..
suchiatea at 2007-7-8 22:54:47 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Try this if ( st.getMoreResults()){ResultSet rs = st.getResultSet()return rs;} where is statement/Prep Stat/Callable..where
Goofy_111a at 2007-7-8 22:54:47 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...