• 加入收藏  设为首页
aspcms

aspcms 提示错误号:-2147467259

时间:2023/1/28 23:33:20   作者:未知   来源:网络收集   阅读:2   评论:0
内容摘要:aspcms提示错误号:-2147467259提示:【】错误号:-2147467259错误描述:操作必须使用一个可更新的查询。sql=updateAspCms_ContentsetTimeStatus=0whereTimeStatus=1andTimeing<=#2013-9-10#版本AspCms2.0回答:解...

aspcms 提示错误号:-2147467259

提示:【】

错误号:-2147467259错误描述:操作必须使用一个可更新的查询。sql=update AspCms_Content set TimeStatus=0 where TimeStatus=1 and Timeing <= #2013-9-10#版本 AspCms2.0


回答:


解决方法

修改inc目录下AspCms_CommonFun.asp搜索 TimeStatus=0代码 找到

'触发定时发布Sub Rposting  conn.exec "update {PRefix}Content  set TimeStatus=0 where TimeStatus=1 and Timeing <= #" & formatDate(now(),4) &"#","exe"End Sub

将now替换为date即可

Sub Rposting  conn.exec "update {prefix}Content  set TimeStatus=0 where TimeStatus=1 and Timeing <= #" & formatDate(date(),4) &"#","exe"End Sub

标签:提示 错误 
相关评论

Powered by www.xxpw.top @ 2019-2031 星星派屋 All Rights Reserved .
本站服务器及带宽由 江苏三欧网络信息技术 友情赞助.  友情链接交换联系QQ:317261118
如果有任何侵权问题,请联系QQ:317261118,我们会在72小时以内处理.