查找时间范围时用的SQL语句

 if (this.txtapplRegDate.Value.Trim() != "")        //登记日期
        {
            sqlStr.Append(" and applRegDate >= '" + this.txtapplRegDate.Value + " 00:00:00'");
        }
posted @ 2011-08-11 22:09  风一样的大叔  阅读(1213)  评论(0编辑  收藏  举报