asp连接数据库代码实例(4)

发布时间:2021-06-06

asp 连接数据库代码实例

response.write(\"<a href=?page=\"&page+1&\" title=\'下一页\'>下一页</a>&nbsp;\")

else

response.write(\"下一页&nbsp;\")

end if

if page<>n then

response.write(\"<a href=?page=\"&n&\" title=\'尾页\'>尾页</a>&nbsp;\") else

response.write(\"尾页&nbsp;\")

end if

response.write(\"&nbsp;&nbsp;&nbsp;当前页:\"&page&\"/\"&n&\"\") %>

转到:<select name=\"select\" onChange=\'javascript:window.open(this.options[this.selectedIndex].value,\"_top\")\'>

<%for p=1 to rs.pagecount%>

<option value=\"?page=<%=p%>\" <% if page=p then response.write \"selected\" end if%>>第<%=p%>页</option>

<%next%>

----------------------------------------------

4。更新纪录,删除纪录,删除所有记录

<%

if request(\"action\")=\"manage\" then

call manage()

end if

if request(\"action\")=\"edit\" then

id=request(\"id\")

set rs=server.createobject(\"adodb.recordset\")

sql=\"select * from biao where id=\"&id&\"\"

rs.open sql,conn,1,1

call edit()

end if

if request(\"action\")=\"del\" then

conn.execute(\"delete * from biao where id=\"&request(\"id\")&\"\")

conn.close

response.write\"<script language=\'javascript\'>alert(\'删除成功!\');location.href(\'?action=manage\');</script>\"

end if

if request(\"action\")=\"delall\" then

conn.execute(\"delete * from biao\")

asp连接数据库代码实例(4).doc 将本文的Word文档下载到电脑

精彩图片

热门精选

大家正在看

× 游客快捷下载通道(下载后可以自由复制和排版)

限时特价:7 元/份 原价:20元

支付方式:

开通VIP包月会员 特价:29元/月

注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信:fanwen365 QQ:370150219