記憶盒子

把記憶裝進(jìn)灰色的盒子,封裝起來,那年那月,重新拾起。

首頁搜索目錄
search
當(dāng)前主題: 軟件編程

客戶端excel表如何導(dǎo)入遠(yuǎn)程sql server服務(wù)器(asp)

作者:Kaka    時(shí)間:2009-9-12 23:51:46    瀏覽:    評(píng)論:0

      客戶端excel表如何導(dǎo)入遠(yuǎn)程sql server服務(wù)器

<%
'//客戶端上傳Excel,保存為upload/Excel.xls
.....
'//打開sql server
....
Conn.Open ...
'//打開Excel
Set ConnExcel = Server.Createobject("ADODB.Connection")
ExcelStr = "DBQ=" + server.mappath("upload/Excel.xls") + ";DRIVER={Microsoft Excel Driver (*.xls)};"
ConnExcel.Open ExcelStr
Set RSExcel = Server.CreateObject("ADODB.Recordset")
SQLExcel = "Select * From [Sheet1$]"  '//你的Sheet1名
RSExcel.Open  SQLExcel, ConnExcel, 3, 3
Set RS = Server.CreateObject("ADODB.RecordSet")
SQL = "Select * From [RegUser]"
RS.Open  SQL, Conn, 1, 3
'----------------------------
'//添加begin
  Do While Not RSExcel.EOF
   RS.AddNew
   For i=0 To  RSExcel.Fields.Count-1
       RS(i)=Trim(RSExcel(i))
   Next
   RS.Update
   RSExcel.MoveNext
  Loop
'//添加end
'----------------------------
RSExcel.Close
Set RSExcel = Nothing
RS.Close()
Set RS = Nothing
%>
 

x

標(biāo)簽: Asp  

※ 網(wǎng)站速度慢?試試網(wǎng)站自動(dòng)優(yōu)化工具 ※

上一篇: xmlhttp實(shí)現(xiàn)無刷新獲取數(shù)據(jù)
下一篇: 學(xué)會(huì)使用博客搜索來查找資料

發(fā)表評(píng)論:

◎歡迎參與討論,請(qǐng)?jiān)谶@里發(fā)表您的看法、交流您的觀點(diǎn)。

訂閱博客                   QQ交流群(312716741)

  • 通過Google訂閱本站 通過鮮果訂閱本站 通過抓蝦訂閱本站
  • 通過QQ郵箱訂閱本站 通過Yahoo訂閱本站 通過有道訂閱本站

Search

最新評(píng)論及回復(fù)

最近留言

網(wǎng)站分類

Powered By Z-Blog 1.8 Walle Build 91204 Designed by Han'space

Copyright @2009-2024 All Rights Reserved. 粵ICP備14028160號(hào)-1

Powered By Z-Blog 1.8 Walle Build 91204
Copyright @2009-2024 All Rights Reserved.