R Ritesh Jain via DotNetMonster.com Apr 11, 2005 #2 Hi, U can use Transaction object to lock ur Table........ Regards, Ritesh
S Sahil Malik [MVP] Apr 11, 2005 #3 If you had to, you can use Transactions with a proper isolation level like RepeatableRead or Serializable etc. But try and avoid locking to as much extent as possible. - Sahil Malik [MVP] http://codebetter.com/blogs/sahil.malik/
If you had to, you can use Transactions with a proper isolation level like RepeatableRead or Serializable etc. But try and avoid locking to as much extent as possible. - Sahil Malik [MVP] http://codebetter.com/blogs/sahil.malik/