内射老阿姨1区2区3区4区_久久精品人人做人人爽电影蜜月_久久国产精品亚洲77777_99精品又大又爽又粗少妇毛片

asp網(wǎng)站制作教程之程序員必備知識

2022-06-10    分類: 網(wǎng)站制作

   數(shù)據(jù)庫連接:
    <%
    set conn=server.createobject("adodb.connection")
    conn.open "driver={microsoft access driver (*.mdb)};dbq="&server.mappath("數(shù)據(jù)庫名")
    %>
    打開數(shù)據(jù)庫:
    exec="select * from 數(shù)據(jù)庫表"
    set rs=server.createobject("adodb.recordset")
    rs.open exec,conn,1,1
    參數(shù)1,1為讀取
    讀取內(nèi)容格式:<%=rs("字段")%>
    添加記錄處理程序:
    <%
    set conn=server.createobject("adodb.connection")
    conn.open "driver={microsoft access driver (*.mdb)};dbq="&server.mappath("數(shù)據(jù)庫名")
    name=request.form("字段") name,tel,message為提交表單所設(shè)置的字段值
    tel=request.form("字段")
    message=request.form("字段")
    exec="insert into 表名(字段)values(';"+字段+"';)" 多個用逗號隔開
    conn.execute exec 使用execute提交
    conn.close
    set conn=nothing
    %>
    搜索處理程序:
    <%
    name=request.form("字段") name,tel為提交表單所設(shè)置的字段值
    tel=request.form("字段")
    set conn=server.createobject("adodb.connection")
    conn.open "driver={microsoft access driver (*.mdb)};dbq="&server.mappath("數(shù)據(jù)庫名")
    exec="select * from 表 where name=';"+字段+"'; and tel="+字段
    set rs=server.createobject("adodb.recordset")
    rs.open exec,conn,1,1
    %>
    ';頁面搜索到的內(nèi)容導(dǎo)出來
    <%
    do while not rs.eof
    %><tr>
    <td><%=rs("name")%></td>
    <td><%=rs("tel")%></td>
    <td><%=rs("time")%></td>
    </tr>
    <%
    rs.movenext
    loop
    %>
    刪除記錄處理程序:
    <%
    set conn=server.createobject("adodb.connection")
    conn.open "dri

文章題目:asp網(wǎng)站制作教程之程序員必備知識
URL網(wǎng)址:http://www.rwnh.cn/news41/165891.html

網(wǎng)站建設(shè)、網(wǎng)絡(luò)推廣公司-創(chuàng)新互聯(lián),是專注品牌與效果的網(wǎng)站制作,網(wǎng)絡(luò)營銷seo公司;服務(wù)項目有網(wǎng)站制作

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)

成都定制網(wǎng)站網(wǎng)頁設(shè)計
衡山县| 株洲市| 彝良县| 宁河县| 大冶市| 华蓥市| 海淀区| 四平市| 工布江达县| 团风县| 苏尼特左旗| 永定县| 名山县| 宽甸| 连江县| 离岛区| 和田县| 凤阳县| 屏东市| 德钦县| 雷山县| 兴宁市| 西城区| 凭祥市| 博客| 池州市| 登封市| 金湖县| 鸡西市| 精河县| 仲巴县| 周至县| 洞口县| 安化县| 金堂县| 项城市| 明溪县| 宝山区| 旺苍县| 高台县| 邻水|