T
Tim Kuehn
Guest
I've used this construct for years, and have never run into the situation you described. I have had cases where I persisted a ROWID for something, and then had another part of the program delete a record for that table and make a new one, which meant the ROWID pointed to an "illegal' record. If the scenario you describe happened "very often", most of the NO-LOCK code out there wouldn't work.
Continue reading...
Continue reading...