代码如下,q1为TADOQuery类型,字段count为整形,数据库oracle
q1.Parameters.ParamByName('count').Value:=1;
运行出错:
  Project a.exe raised exception class EDatabaseError with message'q1:Type mismath for field 'count',expecting:BCD actual:Integer',Process stoped.Use Step or Run to continue.