国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > ASP > 正文

ASP Access實現(xiàn)網(wǎng)站計數(shù)器(訪問量)

2020-07-27 12:56:51
字體:
供稿:網(wǎng)友
<%
set conn=server.createobject("adodb.connection")
connstr="Provider=Microsoft.jet.oledb.4.0;data source="&server.mappath("cou.mdb") //cou是數(shù)據(jù)庫名
conn.open connstr
if session("visited")<>"yes" then
application.Lock()
conn.execute("update counter set hits=hits+1 where kid=1") //counter是數(shù)據(jù)庫里面用于存儲數(shù)據(jù)的表名
application.UnLock()
session("visited")="yes"
end if
set rs=conn.execute("select * from kuo where kid=1")
if rs.eof and rs.bof then
counters=0
else
counters=rs("hits")
end if
rs.close
conn.close
set rs=nothing
set conn=nothing
%>
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 集安市| 周口市| 盈江县| 任丘市| 乌兰浩特市| 略阳县| 太原市| 通州市| 南汇区| 连江县| 宁夏| 泾川县| 沙洋县| 遵义县| 绍兴市| 双牌县| 南部县| 天镇县| 彭阳县| 丹凤县| 富宁县| 集贤县| 突泉县| 皮山县| 宽城| 礼泉县| 阿巴嘎旗| 阜阳市| 博白县| 屏东市| 菏泽市| 岑巩县| 秦安县| 桐庐县| 武川县| 城步| 汤阴县| 松桃| 临沂市| 保德县| 乐亭县|