if two different users access the same static member in the same application then is it transaction safe? I mean if we use static methods in data access layer for insert,update operation then is there any possibilities of problems? I mean multiple use access the method same time to insert data then what happen?