Hi All,

I neeed to dispaly the data in html table tag

Query :-select comp,total,fund s from table1,
WHICH WIL RETURN 3-RECORDSETS

rs_query(0)
rs_query(1)
rs_query(2)


The 2nd row is retrived from aother query
Query :-select companies from table2 where comp='reliance'

RS_fund(0)


i need to display the recordset in a...