Bypass Locked Records in SQL Queries
January 14, 2009 Dear Intelligent Colleague
This tip is a follow-up to both of the tips I published last week. Like Bypassing a Locked Record, Take Two, it has to do with locked records. Like Be Specific When Updating With SQL Cursors, it deals with SQL updates. You may remember that there are two ways to update in SQL. The positioned update uses a cursor to update one row at a time, as we talked about last week. Updating through a cursor is similar to updating with native I/O. The searched update, the easier and more powerful of the two, does not work through |