ora-1008 when call stored procedures

jason

Member
I use 3-tiers app. When i call a stored procedure in oracledataset for the first time,it always raise "ora-01008" error.But i run it in the following test,it works fine.
The error doesn't occur in client/server app.

Thanks
 
This indicates that the SQL text of the dataset in the server application contains variables (:var) that are not defined in the Params of the TClientDataSet. Could this be the case?

------------------
Marco Kalter
Allround Automations
 
Back
Top