以下是引用grief在2004-08-27 22:14:00的发言:
rs.open"update zx_title set title='"&gai&"',addtime='"&now&"',adduser='"&adm&"',addip='"&ip1&"' where title_id="&cint(Request.form("idl")),conn,1,3
还是运行不了,显示错误为,字符转换失败~~~
斑竹的意思是不是上面引用的和:
rs.open"update zx_title set title='"&gai&"',addtime=getdate(),adduser='"&adm&"',addip='"&ip1&"' where title_id="&cint(Request.form("idl")),conn,1,3
都可以?但' '不是把时间换成了字符(我想,所以有上面说的错误)???
还有:在ACCESS+ASP中的:rs.open"delete * from table where id="&request.form("id")
在SQL-SERVER+ASP中运行“*”附近有语法错误
要换成“rs.open"delete table where id="&request.form("id")”?????
[此贴子已经被作者于2004-08-28 15:36:49编辑过]