I have a table in SQL Server that contains a column to track the current administrator. This is set to True for only ONE given record at any second. Also, one record MUST by set to True at any given time. Here's my dilemma - I want to be able set the current column to False for one record and True to another. If I were to perform two UPDATES using ADO, there might be a millisecond where no records were True during the switchover causing possible problems. Is there a way to lock the database from being accessed while this operation takes place, then unlock it afterward. Please help! Thanks
-Hinch
-Hinch