Re: No of records

2005-10-05 Thread Harini Raghavan
on and opted for paging at the database layer. To do this I am retrieving the no of records using the following query and then again executing another query which actually limits the no of records to 20. I am facing performance issues with the query. Since I am executing this complex query

Re: No of records

2005-10-05 Thread SGreen
ase layer. > To do this I am retrieving the no of records using the following query > and then again executing another query which actually limits the no of > records to 20. I am facing performance issues with the query. Since I am > executing this complex query twice, once to get the

Re: No of records

2005-10-05 Thread Dan Nelson
eving the no of records using the > following query and then again executing another query which actually > limits the no of records to 20. I am facing performance issues with > the query. Since I am executing this complex query twice, once to get > the records and another time to get t

No of records

2005-10-05 Thread Harini Raghavan
Hi, I have implemented pagination for the search functionality in my application. Since I have a lot of data, I thought in memory paging would not be a good option and opted for paging at the database layer. To do this I am retrieving the no of records using the following query and then again