ORA-01003: no statement parsed

环境:delphi 5、BDE、oracle10

delphi里面用tStoreProc调用存储过程出现ORA-01003: no statement parsed。

解决方法:tStoreProc.StoredProcName赋值的存储过程名一定要大写,参数名与存储过程里面定义的要一样。

在DELPHI里面一定要大写,其它开发环境没有测试过。

你可能感兴趣的:(Oracle)