Beispiel #1
0
 public static DataSet SQLExec(string sql)
 {
     DataSet sql_CommonDS = new DataSet();
     SQL_Common sql_Common = new SQL_Common();
     sql_CommonDS = sql_Common.COMN_ExecSQL(sql);
     return sql_CommonDS;
 }
Beispiel #2
0
    public static DataSet SQLExec(string sql)
    {
        DataSet    sql_CommonDS = new DataSet();
        SQL_Common sql_Common   = new SQL_Common();

        sql_CommonDS = sql_Common.COMN_ExecSQL(sql);
        return(sql_CommonDS);
    }