> I use LIMIT in the DB-command ...

If your DB supports rowid, and your table is query-only, then it is 
probably more efficient to return a block of rowid's and then cycle 
through them n rowids at a time with something like:

        select * from table where rowid in (...)


Regards,

        Ashley
-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to