Re: [PHP-DB] managing large result sets

2001-03-29 Thread Manuel Lemos
Hello, houston wrote: > > I have to deal with displaying result sets that could potentially be quite > large. It would be bad form to drop 10,000 rows into a browser table so I > need a strategy for dealing with this possibility. > > It's obviously not a big deal to limit the output but what i

Re: [PHP-DB] managing large result sets

2001-03-28 Thread php3
Addressed to: "houston" <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from "houston" <[EMAIL PROTECTED]> Wed, 28 Mar 2001 12:14:51 -0600 > > I have to deal with displaying result sets that could potentially be quite > large. It would be bad form to drop 10,000 rows into

[PHP-DB] managing large result sets

2001-03-28 Thread houston
I have to deal with displaying result sets that could potentially be quite large. It would be bad form to drop 10,000 rows into a browser table so I need a strategy for dealing with this possibility. It's obviously not a big deal to limit the output but what is the typical strategy for handling