Hi,
I am trying to retrieve data from table in two times.
In first query I am displaying all data available in table.
Now I want to count the no. Of rows available in the same table by using
select count(*)from table-name type query.
How can I retrieve records of same table by firing these two queries in single
jsp page :
Please Tell me how to execute to query un single jsp page.
Here is an page where i able to fired the single query to display the table
:
Thanks in advance
.................
Harshal