Hello everyone,
I need get a row in a table and lay it on a form to edit. As soon as get the row to edit, i will set a row lock on it. Time to edit may be very long and during this time, i don't want anyone use this row to edit. They can only edit this row when i release the lock on the row.
Can i set a row lock on table and only release it when i want (i mean the lock is not released automatically by SQL server when the editting finishes, only execute the action when i demand) in Sql server 2005?
Please help me to solve this problem!
Thanks a lot.