Forum: JSP Jul 25th, 2007 |
| Replies: 7 Views: 1,066 for that you have to get the rowcount value for that particular table and then keep that value in that place of int row_to_display =
i dont know the exact method for getting row count value..
... |
Forum: JSP Jul 25th, 2007 |
| Replies: 7 Views: 1,066 hi sunitha its no need to make new thread like this you could have added this code in your previous thread itself.... so you can get continuity for your problem solving. |
Forum: JSP Jul 25th, 2007 |
| Replies: 7 Views: 1,066 int row_to_display = 200 ;
FPSProdMap[] oProdMap= dbFpsProdMap.getProdMap(sLang,1,200);
change that value 200 to your number of records like if it is 1000 means change it in to 1000 |
Forum: JSP Jul 25th, 2007 |
| Replies: 2 Views: 1,421 provide your code so it will be easy to solve the problem |
Forum: JSP Mar 24th, 2007 |
| Replies: 4 Views: 3,088 |
Forum: JSP Mar 22nd, 2007 |
| Replies: 4 Views: 3,088 Hi Guys!
Can any one help me out...
I just want to know how to create webservice in java or jsp? |