hay,

i understand the problem of the static variable inside a class in the web application,

now i try to create a simple class to deal with SQL Server for example,
so i created Static Method inside this class,

this static method used in insert, update and delete from database,
i wounder if this is safe, and there is no problems will appear ?