最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

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

 更新時間:2008年11月12日 00:30:30   作者:  
學(xué)習(xí)asp的朋友需要了解下
<%
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
%>

相關(guān)文章

最新評論

子长县| 新安县| 贵港市| 花莲县| 海丰县| 远安县| 竹山县| 新沂市| 泌阳县| 鄢陵县| 新丰县| 绵竹市| 山西省| 措勤县| 正镶白旗| 禄丰县| 湖南省| 正定县| 芒康县| 巴彦县| 错那县| 衢州市| 冀州市| 北海市| 青冈县| 剑河县| 忻城县| 孝感市| 内丘县| 岳阳县| 恩施市| 鲁山县| 阳城县| 凤翔县| 尼玛县| 蒙城县| 金塔县| 宁化县| 将乐县| 鹰潭市| 温泉县|