Ejemplo n.º 1
0
 public string GetCompany()
 {
     sSQL = "select top 1 strName from _Company ";
     return(clsSQLCommond.ExecStringWithoutSession(sSQL));
 }