摘要: namespace ConsoleApplication23{ class Program { static void Main(string[] args) { List list = ReturnCheckArea("东四", "", "乡", "镇", "街道", "区").ToList(); List list1 = ReturnCheckArea("海城", "县", "区", "市", 阅读全文
posted @ 2014-04-08 14:28 荣码一生 阅读(551) 评论(0) 推荐(0) 编辑
摘要: namespace 将Excle中的数据批量导入数据库{ class Program { static void Main(string[] args) { SqlConnection sqlconn = new SqlConnection("Data Source=ZHANG-PC;Initial... 阅读全文
posted @ 2014-04-08 14:26 荣码一生 阅读(259) 评论(0) 推荐(0) 编辑