I have a small java app utilising DFC & DQL to query a docbase and write out content to the file system.
I have a query to count the objects then a 2nd query simply asks to return all objects of a certain type, cycles through the results and uses getFile to write to the file system.
For some reason, every time I run it it returns different numbers of results. The count is always the same but the 2nd query produces different numbers each time. The queries are the same except for doing a count and returning the values etc.
Any ideas, I'm running 5.3 SP3?