Two web pages with identical queries, different results.
How can two pages give different results from the same exact query?
I have pages that are part of my application. Immediately after an Update query, the results of the update are not displayed on the applicable page of my application via a Select query.
When I subsequently execute the identical Select query in a page that is not part of my application (or in SQL Server MMC), it shows the results of the update correctly every time.
I have turned off query caching (When I do a CFDUMP of the query, it always shows Cached=false) and do not keep any browser history in Firefox. I also set the Expires header value in all my pages, and added a dummy clause to end of my Where clause so that the query is always different.
The other issue is that it seems to be happening randomly.
What could be causing this? It is driving me crazy.
Richard
