您好,欢迎来到点滴吧! 手机版
点滴吧www.diandiba.com
记录点点滴滴,尽在点滴吧
  • 文章
  • 文章
  • 特效
  • 素材
  • 景点
您现在的位置:首页 > ASP教程 > 文章正文
asp将Excel通讯录表导入到Access中
更新时间:2015/1/4 23:25:33   点击:1873次
<!--#include file="conn.asp" -->
<%
action=request("action")
if action="daoru" then
        Set oConn = Server.CreateObject("ADODB.Connection") 
        Driver = "Driver={Microsoft Excel Driver (*.xls)};" 
        Path = "DBQ=" &Server.MapPath("../tongxunlu.xls") 
        oConn.Open Driver &Path 
        Sql="Select * From [Sheet1$]"
        Set Rs=oConn.Execute(Sql)
                IF Rs.Eof And Rs.Bof Then 
                        Response.write "没有数据!!"
                Else
                Do While Not Rs.EOF
                        set vrs=Server.CreateObject("ADODB.Recordset")
                        vSQL="SELECT * FROM TongXunLu where t_Name='"&Rs("Names")&"' and t_tel='"&Rs("Tel")&"' order by id asc"
                        vrs.Open vSQL, conn, 1, 3
                        TxlNum=vrs.recordcount
                        if TxlNum=0 then
                                vrs.AddNew()
                                vrs("t_Name")=rs("Names")
                                vrs("t_Sex")=rs("sex")
                                vrs("t_Tel")=rs("Tel")
                                vrs("t_Email")=rs("email")
                                vrs("t_Address")=rs("address")
                                vrs("t_Post")=rs("postcode")
                                vrs.Update()        
                        end if
                Rs.MoveNext 
                Loop                                 
                End IF 
        Response.Write("<script>alert('导入成功!');location='admin_tongxunlu.asp';</script>")        
end if
%>


上一篇:ASP生成XML动态数据读取   下一篇:asp包含文件
相关文章
导航分类
热门文章
关于我们| 联系我们| 免责声明| 网站地图|
CopyRight 2012-2015 www.diandiba.com - 点滴吧 All Rights Reserved
滇ICP备09005765号-2