摘要:
/// /// 解析web.config 查询dbType类型 /// private static void SetDBType() { #region 解析web.config 查询dbType类型 string strPath = HttpCont... 阅读全文
摘要:
/// /// 解析web.config 查询dbType类型 /// private static void SetDBType() { #region 解析web.config 查询dbType类型 string strPath = HttpCont... 阅读全文
摘要:
private void AnalysisConnectionstring() { string tempStr = “Data Source=192.168.2.123;Initial Catalog=caxastat;Persist Security Info=True;User ID=sa;Password=sa;Pooling=true; ... 阅读全文
|