Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: is it possible to make record counts from my browser page


Message #1 by "anthony" <anthony_albert_solis@h...> on Tue, 14 Aug 2001 10:40:20
u can use while(rs.next()) loop to count the record,n then divide then into
pages,n store the page number in the session object,n display the record
according to the page no.

good luck.

----- Original Message -----
From: "anthony" <anthony_albert_solis@h...>
To: "Pro_JavaServer_Pages" <pro_jsp@p...>
Sent: Tuesday, August 14, 2001 10:40 AM
Subject: [pro_jsp] is it possible to make record counts from my browser page


> hope someone could help me from these:
>
> i have a query page that has lookup fields and by clicking the search
> button it goes to browser page depending on lookup fields that the user
> had choosed, is it possible to have a record counts from it, and
> displaying it to my browser page
>
> example:
>
> RECORD NO        DESCRIPTION
>     1              BUG
>     2              BUG
>     3              BUG
>     4              BUG
>
> Results 4 of 100 (This is what i would like to have to my browser page)
>
> thank you very much

  Return to Index