Ya Franz, I have tried using that "sophisticated" query also but in that case the query was taking lot of time.I donnow why but? I have implemented sorting,paging and search for a particular field (using text boxes) on that screen.And whenever you click to see the "next" set of records the same page is again reloaded with some checks performed. I don't know whether this way of implementation is correct or not?
>Yes of course, but are you sure your customers will browse through all >of the 80000 records? You can do something like this: > >Select Top 500 From ... WHERE ... ORDER BY ... > >Or LIMIT for MySQL > >But you should consider, that only in some cases a user will browse >until page 800!!! > >There are other tricks on how you can obtain Rows between pages for eg: >351 and 352 But only if this is necessary since it's a little >sophisticated... > >Gert > >Greetings / GrĂ¼sse >Gert Franz >Customer Care >Railo Technologies GmbH >[EMAIL PROTECTED] >www.railo.ch > >Join our Mailing List / Treten Sie unserer Mailingliste bei: >deutsch: http://de.groups.yahoo.com/group/railo/ >english: http://groups.yahoo.com/group/railo_talk/ > > > >hussain shaikh schrieb: >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267274 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

