E
evanou
Unregistered / Unconfirmed
GUEST, unregistred user!
SQL语句如下:<br>sqlstr:='select * from table where :a :b :c';<br>adoquery1.sql.add(sqlstr);<br>adoquery1.sql.Parameters.ParamByName('a').Value:=a;<br>adoquery1.sql.Parameters.ParamByName('b').Value:=b;//这个参数是'='或'>'之类的。<br>adoquery1.sql.Parameters.ParamByName('c').Value:=c;<br>adoquery1.open;<br>为什么会出错呢?提示信息为@P1 附近有语法错误。