Y
yongz125
Unregistered / Unconfirmed
GUEST, unregistred user!
在采用SOCKET连接的三层结构中有如下写法:
adoquery1.close;
adoquery1.sql.clear;
adoquery1.sql.add('select xx from xxx where xxxx=xxxxx ');
adoquery1.open;
在执行OPEN时报'item cannot be found in then
collection corresponding to the requested name or ordinal'在另一台计算机上报'在对应所需名称或序数的集合中,未找到项目',但是当我换另一个adoquery2组件来执行时就没事了。
我确定该SQL语句无误,且数据库的连接也无误。
adoquery1.close;
adoquery1.sql.clear;
adoquery1.sql.add('select xx from xxx where xxxx=xxxxx ');
adoquery1.open;
在执行OPEN时报'item cannot be found in then
collection corresponding to the requested name or ordinal'在另一台计算机上报'在对应所需名称或序数的集合中,未找到项目',但是当我换另一个adoquery2组件来执行时就没事了。
我确定该SQL语句无误,且数据库的连接也无误。