Quantcast
Channel: Answers for "Stored Procedure to Select/Update multiple records"
Viewing all articles
Browse latest Browse all 8

Answer by Jeff Oresik

$
0
0

Some apps use an IsLocked bit field. When the records need to be held for a data change, the lock is set. The next user can select records where IsLocked = 1, but not in a data change mode. Saving the recordset back to the database needs a procedure to 'unlock'.


Viewing all articles
Browse latest Browse all 8

Trending Articles