摘要:
不管是把Sql Server表的资料插入Excel: Insert Into OpenRowSet('Microsoft.Jet.OLEDB.4.0','Excel 5.0;hdr=Yes;DataBase=C:\test.xls',test$)select * from T_test 还是把Excel的资料插入Sql Server表: Insert Into T_test select * fr... 阅读全文
posted @ 2007-05-18 09:24
tohen
阅读(2479)
评论(5)
推荐(0)