asp.net从入门到精通 第二版 流量统计(本月流量统计问题)
发表在ASP.NET图书答疑 2012-02-29
是否精华
版块置顶:
问题:(本月流量统计问题)没有语法错误,不知道为什么?却显示Label3中的“无查询结果”,
本日流量可以运行出结果。

public int Count(int i)//设置各时间段的统计人数
    {
        int pcount = 0;
        string sql = "select count(*) as count,datepart(dd,logintime) as day from tb_counterinfo where logintime>='" + mindate + "' and logintime<'" + maxdate + "'and datepart(dd,logintime)=" + (i + 1) + " group by datepart(dd,logintime)";
        DataSet ds = jobclass.getrows(sql);
        if (ds.Tables[0].Rows.Count != 0)
        {
            pcount = Convert.ToInt32(ds.Tables[0].Rows[0]["count"]);
        }
        else
        {
            Label3.Text = "无查询结果";
        }
        return pcount;
    }


//(本月累计)可运行出结果,与上一段程序都在一个页面中
public int total()//访问人数统计
    {
        string sqlstr = "select * from tb_counterinfo where logintime>='" + mindate + "'and logintime<'" + maxdate + "'";
        DataSet ds = jobclass.getrows(sqlstr);
        int ptotal = ds.Tables[0].Rows.Count;//访问人数统计
        return ptotal;
    }
分享到:
精彩评论 1
小科_mrkj
学分:43 LV2
2012-03-02
沙发
读者朋友:
    您好,在string sql这条语句前面插入断点,然后运行一下程序,捕捉一下sql字符串值,把捕捉到的SQL语句在SQL的管理器里面运行一下,看看能不能查到数据。
首页上一页 1 下一页尾页 1 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照