2007年12月11日

Excel转DataSet的一个例子

摘要: public static DataSet ExcelToDS( string Pathm, string TableName) ... { DataSet ds = new DataSet(); t... 阅读全文

posted @ 2007-12-11 23:43 代码王子 阅读(106) 评论(0) 推荐(0)

sqlserver一个动态交叉表的范例

摘要: 社区问的人太多了,保存一个备用 --建立测试环境set nocount oncreate table test(model varchar(20),date int ,qty int)insert into test select 'a','8','10'insert into test sel... 阅读全文

posted @ 2007-12-11 09:55 代码王子 阅读(538) 评论(0) 推荐(0)

导航