摘要:
建表SQL 及抽取语句; --更新部门编号 update tblsystemuserbase set businessunitid = b.businessunitcode from tblbusinessunitbase_bak as b where tblsystemuserbase.busin 阅读全文
摘要:
功能:从EXCEL导入数据至数据库中,动态判断列名,并将EXCEL列名与系统 的列名进行绑定,下次直接可以使用。 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using Sy 阅读全文
摘要:
企业信息系统开发主要是围绕数据库进行CRUD ,收藏一个通用的DBHELP操作类 SQLHelper、DBHelper是ADO.NET的改造版 1 using System; 2 using System.Collections; 3 using System.Collections.Special 阅读全文