中文字幕日韩精品一区二区免费_精品一区二区三区国产精品无卡在_国精品无码专区一区二区三区_国产αv三级中文在线

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://m.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è)計
垫江县| 盖州市| 沭阳县| 堆龙德庆县| 金门县| 昭平县| 桐乡市| 辽源市| 裕民县| 平和县| 霍州市| 青冈县| 遵义县| 司法| 龙游县| 淳安县| 鄢陵县| 榆树市| 桃江县| 纳雍县| 盱眙县| 滕州市| 永靖县| 两当县| 台中市| 西和县| 江北区| 新余市| 特克斯县| 镇沅| 永靖县| 遂川县| 扎赉特旗| 丹东市| 江川县| 娄底市| 镇远县| 绥江县| 昌都县| 体育| 洛川县|