使用ADOQuery时收到错误消息。我的错误信息:
标准表达式中的数据类型不匹配。
这是我的代码
CtkTransJual2.adoQuery1.close;
CtkTransJual2.adoQuery1.Parameters.ParamByName('vTgl1').Value:=TglAwal.date;
CtkTransJual2.adoQuery1.Parameters.ParamByName('vTgl2').Value:=TglAkhir.date+1;
CtkTransJual2.adoQuery1.Parameters.ParamByName('kodeCustomer').Value:=combobox2.Text;
CtkTransJual2.adoQuery1.Open;
我还将kodeCustomer的参数属性DataType从ftString更改为ftWordString,但仍无法正常工作