hope_wx Beginner
Joined: 23 Jul 2006 Posts: 8 Topics: 5
|
Posted: Thu Jun 18, 2009 9:28 am Post subject: read prev/next alternative index(dup) |
|
|
Hi All
Any one have idea how read prev/next work for dup alternative index.
When i test my pgm, it seems that it always read all the dup alternative index from top to end and then process the next or previous alternative index.
Example:
Alternative index Primary key
AAA 4
BBB 1
BBB 2
BBB 3
CCC 7
Now i use BBB to startbr Alternative index, no matter readnext or readprev three times, i always get 1 / 2 / 3 record |
|