In a previous message:

The way indices work in SQLite is that there is one row
in the index for each row in the table but the index rows
are in index order.
...
D. Richard Hipp   <[EMAIL PROTECTED]>

Is there a way I can scroll thru a particular index?  For example:

1. Scroll forward/backward on a given set of records
2. Start at position X
3. Start at a record that matches a criteria

All of these based on a specific index?

This is kind of the way Dbase worked (browse, seek, locate, etc.) Given that the "indexes" are there, can it be done? Has someone done anything similar?

jp

Reply via email to