Too much to ask, I know. But trying anyway:
I've just seen a great code for paging records in:
It suppose to save memory, but no where I see that the connection is closed.
Can anyone pls help???
(Or get me another code that really saves memory/time connections)?
I use getRows, and now when traffic is high, I often get errors regarding not enough temporary disk space.
So i'd like to show the records in pages, and not show 700 records in one page if 700 records r found by making a search.
And I'd like to use no memory until a page is accessed (by pressing "next" for e.g.), whixh is what tis code promisses.
Thanks to anyone that takes this challenge
I've just seen a great code for paging records in:
It suppose to save memory, but no where I see that the connection is closed.
Can anyone pls help???
(Or get me another code that really saves memory/time connections)?
I use getRows, and now when traffic is high, I often get errors regarding not enough temporary disk space.
So i'd like to show the records in pages, and not show 700 records in one page if 700 records r found by making a search.
And I'd like to use no memory until a page is accessed (by pressing "next" for e.g.), whixh is what tis code promisses.
Thanks to anyone that takes this challenge