产品使用及交流论坛

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

G6转SQL后导航栏的信息统计出错啦 [复制链接]

1#
G6模板安装完了将Access转成了SQL,结果信息统计就出问题了:“/”应用程序中的服务器错误。'Now' 不是可以识别的 函数名。
如图:

分享 转发
TOP
2#

[b]回复 [url=http://bbs.pageadmin.net/showtopic-23941.aspx#77922]2楼[color=Olive]xiyou[/color]的帖子[/url][/b]

还是出错啊
TOP
3#

<html>
<head>
<style type="text/css">
div{font:12px/1.7em Verdana,Tahoma,Helvetica,Arial,sans-serif;}
div .hs{colorff0000}
</style>
</head>
<body bgColor="transparent">
<div>
○- 今日访问:<span class="hs"><%=Get_Data("co","select count(id) as co  from pa_count where datediff('d',thedate,getdate())=0")%></span><br>
○- 访问总数:<span class="hs"><%=Get_Data("co","select count(id) as co  from pa_count")%></span>
</div>
</body>
</html>
TOP
4#

好了,多谢了
TOP
发新话题 回复该主题