S
Serena
Unregistered / Unconfirmed
GUEST, unregistred user!
我有一段程序,在win2000,sql server 2000上执行没有问题,但是放到
win98的客户端上执行就会报错:
ADO could not find the object in the collection corresponding to the name or
ordinal reference requested by the application.
程序是这样的:
adoquery1.filter:=' 类型>=10 and 类型<=28';
adoquery1.filtered:=true;
......
win98的客户端上执行就会报错:
ADO could not find the object in the collection corresponding to the name or
ordinal reference requested by the application.
程序是这样的:
adoquery1.filter:=' 类型>=10 and 类型<=28';
adoquery1.filtered:=true;
......