原 DbHelper SQL資料庫訪問助手

2021-09-09 04:57:56 字數 1193 閱讀 4958

using system;

using system.data;

using system.data.sqlclient;

namespace whir.software.framework.ultimate

catch (exception)

finally

return flag;

}#endregion

#region 執行不帶引數sql語句

/// /// 執行不帶引數sql語句

///

/// 增,刪,改sql語句

///

/// 返回所影響的行數

public static bool execute(string sql, string con)

}catch (exception)

}#endregion

#region 執行sql語句返回datatable

/// /// 執行sql語句返回datatable

///

///

///

///

public static datatable excutedatatable(string sql, string con)

}catch (exception ex)

}#endregion

#region 執行sql語句查詢單條記錄

/// /// 執行sql語句查詢單條記錄

///

///

///

///

public static object executescalar(string sql, string con)

}catch (exception)

}#endregion

#region 取得表最大id

/// /// 取得表最大id

///

///

///

///

///

public static int getmaxid(string tablename, string fieldname, string con)

),0)+1 from ";

trycatch (exception)

}#endregion

}}

DbHelper SQL資料庫訪問助手

using system using system.data using system.data.sqlclient namespace whir.software.framework.ultimate catch exception finally return flag endregion re...

DbHelper SQL資料庫訪問助手

using system using system.data using system.data.sqlclient namespace whir.software.framework.ultimate catch exception finally return flag endregion re...

GreenPlum資料庫搭建原原則

1 平衡 效能容量 成本2 高可用 主節點高可用 節點網路 磁碟3 部署方案 master和standby master分機部署 primaty segment 與miiror segment分機部署 segment mirror 方案 group miirroring spead mirrorin...