2012年9月26日

创建 Excel 表格

摘要: View Code 1 //创建excel 2 public void CreateExcel(string tableName, string tableType , List list) 3 { 4 object missing = Sy... 阅读全文

posted @ 2012-09-26 11:00 lovezj9012 阅读(191) 评论(0) 推荐(0)

Access 获取数据库表名和字段名

摘要: View Code 1 //获取Access数据库表的字段名 2 public List GetTableFieldNameList(string TableName) 3 { 4 string conStr = "provider=micr... 阅读全文

posted @ 2012-09-26 10:52 lovezj9012 阅读(749) 评论(0) 推荐(0)

导航