Exemple #1
0
 public static void execsql(string processID, string sql, WsGetDataClient.WSGetData mgr)
 {
     sql = encstr + DesEncrypt.Encrypt(sql);
     mgr.execsql(processID, sql);
 }
Exemple #2
0
 public void execsql(WsGetDataClient.WSGetData mgr, string processID, string sql)
 {
     sql = WebSvrGetData.encstr + DesEncrypt.Encrypt(sql);
     mgr.execsql(processID, sql);
 }