ndch请解释一下参数查询。谢谢,小弟刚学delphi也是刚学编程。或者那位高手解释一下,
小弟感激不仅,下次见面一定给分。谢谢
另外我一般这样处理
str :=trim(combobox1.text);
strSql :='select * from bbs where hello='''+str+'''';
query1.close;
query1.sql.clear;
query1.sql.add(strSql);
query1.open;
---->为什么没有人这样写是不是这样做用什么缺点????