Z
zhaoxuncai
Unregistered / Unconfirmed
GUEST, unregistred user!
cdmaterial 為clientdataset控件<br>cdmaterial1.Close;<br>cdmaterial1.CommandText:='select wl_no from material where wl_model='+quotedstr(trim(edit1.Text))+' and wl_spec='+quotedstr(trim(edit2.text))+' order by wl_no ';<br>cdmaterial1.Open;<br>當edit1.text:='25"' (25"是指25英寸) ,edit2.text:='3:1' 時無法查詢,提示錯誤信息: Arguments are of the wrong type,are out of acceptable range, or are in conflict with one another<br>我反復試驗過, 在edit1,edit2中如果不同時出現 " 和 : 就可以查詢,例如 edit1為25" ,edit2為 31 或 edit1為25 ,edit2為3:1時 不會出錯誤提示,如果同時出現就會有錯誤提示.<br>請問是什麼原因?