I wonder if there's a way to check whether a range exists on esent index.
Wher I run some other methods than "TryMoveNext" or "RetrieveColumn", (ie. Getting the table name list) the range is being reset.
This may be dangerous in some situations, ie:
- I'm iterating subset of products using TryMoveNext and Retrieve.. methods.
- The range is being reset by some sub-routine.
- I'm getting full set of products without being notified.
If an user was intended to view his/her product basket, they'll see other people's baskets.
I would like to check whether index range exists, in order to place assertion that would warn me it doesn't exist anymore.
Is it possible to check whether there's a range on given index in ESENT?
AD