liigo said:

> this a a way, but maybe not the best one.
>
> when the result set is very large, it will cost a very large memery. (?)

When the result set is very large you'd best be using a forward-only
recordset, so that really isn't an issue.  It may be best in fact to only
implement the forward only, read only recordset model, since that's what's
actually supported by the library (and most actual DB interfaces, to be
honest).

Clay Dowling
-- 
Lazarus Notes from Lazarus Internet Development
http://www.lazarusid.com/notes/
Articles, Reviews and Commentary on web development

Reply via email to