Right now I have a FillByItemNumber method in my InventoryBO. I use this anytime I want to retrieve an inventory record. Does this mean I need to create another method FillByItemNumberNoLock and use this anytime I want to update the item muliple time within a transaction?
Scott