// Obtain stored procedure from the physical database for Server Rule. public string WrGetSvrRule(string ServerRuleId, byte DbId, string dbConnectionString, string dbPassword) { using (Access3.WebAccess dac = new Access3.WebAccess()) { return(dac.WrGetSvrRule(ServerRuleId, DbId, dbConnectionString, dbPassword)); } }