this.sqlSelectCommand1.CommandText="select * from billinfo where date="+this.dateTimePicker1.Value.ToShortDateString();
this.sqlSelectCommand1.Connection=this.sqlConnection1;
this.dataSet11.Clear();
this.sqlDataAdapter1.Fill(this.dataSet11);
可是无法实现,大家帮帮我告诉我一个有效的方法
6 个解决方案
#1
急啊,自己顶顶
#2
大家帮帮我啦,可行的话,马上结贴
#3
this.sqlSelectCommand1.CommandText="select * from billinfo where date='"+this.dateTimePicker1.Value.ToShortDateString() + "'";
#4
this.sqlSelectCommand1.CommandText="select * from billinfo where date="+this.dateTimePicker1.Value.ToShortDateString();
date 后面的字段好像要用单引号引起来吧
试试这个:
this.sqlSelectCommand1.CommandText="select * from billinfo where date='"+this.dateTimePicker1.Value.ToShortDateString()+"'";
date 后面的字段好像要用单引号引起来吧
试试这个:
this.sqlSelectCommand1.CommandText="select * from billinfo where date='"+this.dateTimePicker1.Value.ToShortDateString()+"'";
#5
他妈的,我太粗心了,飞虎兄,你得到我100分啊,呵呵
#6
不会吧!
你一给点我呀!
我们的时间差不多呀
你一给点我呀!
我们的时间差不多呀
#1
急啊,自己顶顶
#2
大家帮帮我啦,可行的话,马上结贴
#3
this.sqlSelectCommand1.CommandText="select * from billinfo where date='"+this.dateTimePicker1.Value.ToShortDateString() + "'";
#4
this.sqlSelectCommand1.CommandText="select * from billinfo where date="+this.dateTimePicker1.Value.ToShortDateString();
date 后面的字段好像要用单引号引起来吧
试试这个:
this.sqlSelectCommand1.CommandText="select * from billinfo where date='"+this.dateTimePicker1.Value.ToShortDateString()+"'";
date 后面的字段好像要用单引号引起来吧
试试这个:
this.sqlSelectCommand1.CommandText="select * from billinfo where date='"+this.dateTimePicker1.Value.ToShortDateString()+"'";
#5
他妈的,我太粗心了,飞虎兄,你得到我100分啊,呵呵
#6
不会吧!
你一给点我呀!
我们的时间差不多呀
你一给点我呀!
我们的时间差不多呀