I used an UPDATE to update a table, then my next SELECT statement did not seem to pick up all the changes done in that last UPDATE. I was wondering if the last UPDATE was still working while my SELECT command was being processed.
When I ran the SELECT command again afterwards, it all worked fine, and it picked up all the changed records. It was as though the UPDATE needed time to finish, and the commands were being processed asyncronasly.
Tags: