在存储过程中有98个参数,语句为execute procedurename @param1='param1',@param2='param2',...@paramn='paramn'格式,语句在查询分析器中运行完全正常;但是在程序中运行报如下错误:
raised exception class EOleException with message "过程或函数制定的参数太多" 和 raised exception class eDatabaseError with message 'adoquery1':field 'fieldname' 'not found'
请问有什么原因引起的呢?如何解决?