人成视频无码免费|国产午夜精品二区三区|亚洲国产片论片在线播放|国内精品伊人久久久久av|一本久道久久综合婷婷国产|国产成人综合久久精品推荐|久久久久久av无码免费肉站|在线观看午夜无码高潮精品51

Amaze UI

最新簽單 新聞中心 互聯(lián)網(wǎng) 物聯(lián)網(wǎng) 移動互聯(lián)網(wǎng) IT基礎(chǔ)服務(wù)

全部信息    APP    微信公眾號    手機網(wǎng)站   

網(wǎng)站首頁 >> 移動互聯(lián)網(wǎng)相關(guān) >> 手機網(wǎng)站

asp實現(xiàn)將excel中的數(shù)據(jù)批量導(dǎo)入到access

...


asp數(shù)據(jù)批量導(dǎo)入的原理是使用excel保存許多數(shù)據(jù),然后將這個excel使用無組件上傳到服務(wù)器上,然后打開excel,將里面的數(shù)據(jù)寫入到數(shù)據(jù)庫中。
這里我寫的是將excel中的數(shù)據(jù)讀出來,然后寫入到數(shù)據(jù)庫中
具體代碼:
<!-- #include file="adoconn.asp" -->
< %

’連接excel數(shù)據(jù)庫
path="./"
Dim xlsconn,strsource,xlbook,xlsheet,i
Dim myConn_Xsl,xlsrs,sql,objCmd  
Set xlsconn = server.CreateObject("adodb.connection") 
Set xlsrs = Server.CreateObject("Adodb.RecordSet")
filename="商品" 
file2="商品列表" 
source=server.mappath(path&filename&".xls")
myConn_Xsl="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" &source& ";Extended Properties=Excel 8.0"
xlsconn.open myConn_Xsl 
sql = "Select * from ["&file2&"$]"
xlsrs.open sql,xlsconn,1,1 
If xlsrs.eof Then
else
i=1
response.write "<TABLE border=1>"
Do While not xlsrs.eof 
goods_name=xlsrs("商品名")
goods_images=xlsrs("圖片")
cat_id=xlsrs("商品分類")
%>

<TR>
   <TD>&nbsp;<%=goods_name%></TD>
   <TD>&nbsp;<%=goods_images%></TD>  
   <TD>&nbsp;<%=cat_id%></TD> 
</TR>
<% 
sql="insert into goods(goods_name,goods_images,cat_id) values(’"&goods_name&"’,’"&goods_images&"’,"&cat_id&")"
conn.execute(sql)
i=i+1 
xlsrs.MoveNext
    Loop 
response.write "</table>"
End If
xlsrs.close
Response.write "共導(dǎo)入<font color=’red’>" & i-1 & "</font>條記錄.<br>" & vbCrLf
set xlsconn=nothing 
set objCmd=Nothing
% >

上一條:網(wǎng)站建設(shè)-SQL 求和技巧

下一條:ASP字符串函數(shù)大全

申扎县| 灵石县| 南宁市| 商水县| 宜川县| 利川市| 恭城| 兴文县| 方正县| 西畴县| 泗水县| 务川| 太白县| 工布江达县| 竹山县| 伊金霍洛旗| 定结县| 旬阳县| 沙湾县| 景泰县| 小金县| 上思县| 历史| 易门县| 石首市| 湟源县| 景谷| 霍州市| 宁城县| 新宁县| 买车| 鹰潭市| 遂平县| 江津市| 济阳县| 达拉特旗| 布拖县| 晋宁县| 马鞍山市| 扬州市| 城市|