ADOQuery.Parameters: Property Parameters does not exist

 Exception class EReadError with message 'Property Parameters does not exist'.
 Exception class EReadError with message 'Error reading Combobox.ADOQuery.Parameters: Property Parameters does not exist'.

新建空白工程是好的,现有的工程总是报错。,在执行构造函数时报错。

经查明是因为工程里allpackage里的lib包含了2个版本的eg,  ptt.lib,pttADO.lib

应该只包含一个lib,且是正确版本的lib

清理lib后编译运行一切OK!

原文地址:https://www.cnblogs.com/cb168/p/8409768.html