内射老阿姨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è)計
宜川县| 绥棱县| 石嘴山市| 四川省| 三亚市| 兴城市| 托克托县| 苏尼特左旗| 门头沟区| 水城县| 汤原县| 新源县| 札达县| 大姚县| 武城县| 宜春市| 乌兰察布市| 北流市| 城口县| 绍兴县| 三江| 炎陵县| 桂林市| 浦城县| 新乡县| 化德县| 阳西县| 景东| 商丘市| 内黄县| 葵青区| 西充县| 凤城市| 涟源市| 健康| 香格里拉县| 乌兰浩特市| 庆阳市| 淮滨县| 阳江市| 阿图什市|