B
Brian K. Maher
Guest
Jeff, The key thing to remember is that by default you are walking down thru an index, if you modify a record and change a value of a field that is part of that index it is possible for you to move the updated index further down in the index tree such that you will end up reading it again (see my example code from my first post). I really think this is what is happening. Brian
Continue reading...
Continue reading...