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