| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 631 人关注过本帖
标题:asp开发问题
取消只看楼主 加入收藏
wbxf2008
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2007-11-2
收藏
 问题点数:0 回复次数:0 
asp开发问题
//这只是一个代码片段
  
function online
 dim user_ip,rs
 user_ip=Session("user_ip")
 If user_ip="" Then
  session("user_ip")=getuserip
  user_ip=Session("user_ip")
 End If
 set rs=conn.execute ("select * from online where ip='"&user_ip&"'")
 if rs.eof Then
  conn.execute ("insert into online(ip,sname,entertime,newtime) values ('"&user_ip&"',null,'"&now()&"','"&now()&"')")
Else
  conn.execute ("update online set newtime='"&now()&"' where ip='"&user_ip&"'")
 End If
  
我在IIS中对网站测试的时候,他说的是红色部分需要一个可以更新的查询语句,请各位高手指点一下,我应该怎样修改那段代码!
搜索更多相关主题的帖子: asp 开发 
2008-09-15 14:14
快速回复:asp开发问题
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.023592 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved