Nuno Lucas wrote:

There is another alternative if you don't mind to have the overhead of
having an automatic row count (which sqlite avoids by design). It's by
having a trigger that will update the table row count on each
insert/delete.

Nuno,

This technique only works if you never use conditions on your queries. If your query returns a subset of the rows in a table this carefully maintained count of all the rows in the table is useless.

Dennis Cote.

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to