输入一个格式为2010-5-10的日期,点击删除,执行删去数据库中日期小于这个日期的在线人员的记录。
其中这个语句SQLstr="delete cgsManager.dbo.OnlineUser where "& Day(Session("currtime")) & " < "& Day(Request.Form( "DelTime")) 问题比较大,请教如何修改
数据库为空的时候,没有点击删除就弹出----"数据库已为空", , "提示"---,不知道错在哪了
有其他问题,请指出 ,感激不尽
[code=VBScript][/code]
<td align=center><label>在线人数管理,删除以下日期之前的记录<br>
请填写日期:
<Input Class=noBorder Id="DelTime" style="border:0px;background-color:#f0f0f0;" MaxLength=19 Size=20 Name="DelTime"
Value="<%=Date(Now())%>">
<input type="Button" name="Delete" id="Delete" value="删除" />
Sub Delete_Onclick()
If Trim(document.forms(0).elements("Time").value)="" Then
MsgBox "标题不能为空!", , "提示"
document.forms(0).elements("Time").focus()
Exit sub
End If
</Script>
<%
Sql = "select * from CgsManager.dbo.OnlineUser"
Set objConn = Server.CreateObject("ADODB.Connection")
Set RS = CreateObject("ADODB.Recordset")
相关问答:
有一个类
class adc
{
dim a,b,c
}
如何在另外一个类中取得类成员及成员个数
class getmenber
{
dim menbers()
function getmenbers(resclass)
'res为一未知类
'getmenber ......
asp虚拟主机实现伪静态的方法:
1、 重写url参数
Step1: 建立前台文件index.asp,修改url参数形式。由于读取数据库中的记录不是专题的重点,故直接给出:
<!--#include file="config.asp" -->
&l ......
万网的服务器支持伪静态的,直接用rewrite在web.config文件写规则,也不用安装组件就可以实现伪静态,但是在时代互联服务器就用不了了,咨询它的客服,他说他们服务器(基本型C)不支持伪静态的.请问一下各位我该用什么方法 ......
C# code:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Runtime.InteropServices;
nam ......
O O O O O O
|.......| |........| |.......|
| | |
O O ......