发布网友 发布时间:2022-04-07 20:03
共3个回答
热心网友 时间:2022-04-07 21:33
string sql = "select a,b,c,d from 表 where a=@UserName and b between @Time1 and @Time2";热心网友 时间:2022-04-07 22:51
2楼说的对。用了参数法。sql语句中@para旁边是不用加''的热心网友 时间:2022-04-08 00:25
prams[1].Value = Convert.ToDateTime(this.TextBox3.Text);