penina
April 28th, 2003, 01:29 AM
Hello,
I have a database with auto index as the key.
Its' max size is 50000 records.
I want to get the first 10000 records and than the second 10000 records and so on.
How do I do that?
I can't ask from index X to index Y because I don't know X and Y that will give me exactly 10000 records.
I can get all indexes of the table to an arrray and find the index that is in the 10000 spot in the array.
Is there an other way?
I have a database with auto index as the key.
Its' max size is 50000 records.
I want to get the first 10000 records and than the second 10000 records and so on.
How do I do that?
I can't ask from index X to index Y because I don't know X and Y that will give me exactly 10000 records.
I can get all indexes of the table to an arrray and find the index that is in the 10000 spot in the array.
Is there an other way?