Hi, My problem is this i run a query which hava a lot of records when this query run after a long time i see all these records at once. But i need here it show records page by page (mean i can't want to wait with no data page for a long time). In ASP i use a method name flush i also check in PHP i got method flush http://www.php.net/flush but i search in this page and don't got solution of my problem.
Regards Qadeer Ahmad Minhas
Is your zlib.output_compression = On?
And playing with output buffer is also a solution, u collect the output and flush it whenever u want ..
Thanks for taking interst in my problem but please explain more or give a simple example so i use this in my query.
Thanks
Hi. It's possible I don't understand well but Are you looking for a paging system ? (I don't know the asp flush method) Take care.