日期:2014-05-18  浏览次数:20894 次

winform中的查询问题
我现在有一个下拉框,一个文本框,一个日期控件,我要怎么联合三个控件来完成值的查询?
求高手讲解~~

------解决方案--------------------
类似
"select * from xxx where xxx='"+combox1.Text+"' and xxxx='"+textbox1.Text+"' and xxxx ="+datetimepicker1.Value.ToString();
------解决方案--------------------
C# code


   "select * from *** where **="+combox1.text+" and ***="+textbox.text+" and ***="+datetimepicker1.value.tostring()+""