以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- [求助]关于用 Count 统计 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=46106) |
-- 作者:ndxfke -- 发布时间:2014/2/17 13:49:00 -- [求助]关于用 Count 统计 求教, 以下Count() 的用法,加上后面一个条件就会报错。 为啥呢? Dim cmd As new SQLCommand cmd.ConnectionName = _ServerName cmd.CommandText="select count(*) from {UserMsg} where Status = \'New\' And GetUser = \'" & _LoginName "\'" Dim tj As Integer = cmd.ExecuteScalar MessageBox.show(tj) 错误截图
|
-- 作者:Bin -- 发布时间:2014/2/17 14:03:00 -- cmd.CommandText="select count(*) from {UserMsg} where Status = \'New\' And GetUser = \'" & _LoginName & "\'" |
-- 作者:ndxfke -- 发布时间:2014/2/17 14:07:00 -- 没看出来,错在哪。 帮纠正下
|
-- 作者:Bin -- 发布时间:2014/2/17 14:10:00 -- 2楼不是给你纠正了吗? 在最后. |
-- 作者:ndxfke -- 发布时间:2014/2/17 14:13:00 -- 真吐血 谢谢!
|