ASP数据库查询语句错误,
MicrosoftVBScript运行时错误错误'800a01c2'错误的参数个数或无效的参数属性值:'Now'/admin/Money.asp,行6代码:<%dbpat...
Microsoft VBScript 运行时错误 错误 '800a01c2'
错误的参数个数或无效的参数属性值: 'Now'
/admin/Money.asp,行 6
代码:
<%
dbpath="../"
dblink
Conn.Execute("Update [China_Data] Set [Money]=0 Where [Money]>0 And MoneyDate<"&Now(Date()))
Response.Write "清空完成!!"
%> 展开
错误的参数个数或无效的参数属性值: 'Now'
/admin/Money.asp,行 6
代码:
<%
dbpath="../"
dblink
Conn.Execute("Update [China_Data] Set [Money]=0 Where [Money]>0 And MoneyDate<"&Now(Date()))
Response.Write "清空完成!!"
%> 展开
展开全部
NOW好像不要参数,把下面的语句:
Conn.Execute("Update [China_Data] Set [Money]=0 Where [Money]>0 And MoneyDate<"&Now(Date()))
修改为:
Conn.Execute("Update [China_Data] Set [Money]=0 Where [Money]>0 And MoneyDate<"&Now())
Conn.Execute("Update [China_Data] Set [Money]=0 Where [Money]>0 And MoneyDate<"&Now(Date()))
修改为:
Conn.Execute("Update [China_Data] Set [Money]=0 Where [Money]>0 And MoneyDate<"&Now())
追问
date是表里的一个字段 如果Now(Date()))
这个的意思是 获取date字段的值来满足MoneyDate<的话去掉它有没有问题呢?
刚才去掉了date()也报错说:语法错误 (操作符丢失)
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
Conn.Execute("Update [China_Data] Set [Money]=0 Where [Money]>0 And MoneyDate<'"&Now(Date())&"'") 这个试试看
追问
也不行 一样 也是错误的参数个数或无效的参数属性值: 'Now'
追答
Conn.Execute("Update [China_Data] Set [Money]=0 Where [Money]>0 And MoneyDate<"&Date())
Date() 是字段吗? NOW是做什么用的?
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询