Opened 13 years ago
Closed 4 years ago
#773 closed defect (fixed)
SDF FdoIScrollableFeatureReader ReadAt() throws exception on record not found
Reported by: | jng | Owned by: | gregboone |
---|---|---|---|
Priority: | major | Milestone: | 3.7.0 |
Component: | SDF Provider | Version: | |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description
Create a connection to this SDF file:
Run an FdoIExtendedSelect query against this SDF connection returning a FdoIScrollableFeatureReader
Now call ReadAt() on the reader passing in an out-of-range key value (eg. FeatId = 123)
The reader throws an exception.
When according to (my interpretation) of this API, ReadAt() should be returning false on such a key value. Is this not the expected behaviour of this API?
Note:
See TracTickets
for help on using tickets.