It usually depends on what DB you are using.
With SQL Server you could try to use locking hints and/or System.Transaction
namespace objects to control the transactional locking.
"marxi" <ma***@discussions.microsoft.comha scritto nel messaggio
news:73**********************************@microsof t.com...
Now I need to lock the selected records for some time and others can not
update these records meanwhile. How can I do?
any help will be very appreciated!!
--
marxi