Delphi and Oracle stored procedures
95 pts.
0
Q:
Delphi and Oracle stored procedures
I'm converting an application from Delphi3 to Delphi5. I have some doubts about Stored procedures. Delphi calling
stored procedures in oracle.some parameters value are set as input and passed to oracle. stored procedure in
oracle returns some value. in my delphicode when the application reaches the procedure 'execproc' an error is thrown up.
The error is ' no parameter type for parameter 'maintn_in' ' maintn_in is the parameter defined in oracle stored procedure.
How to resolve this issue? Any one pls help out on this. Thanks in advance..
ASKED: Jan 29 2009  10:13 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
29820 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
It seems that you are having this problem since dec-2008 (previous question)

I think you will need to provide at least the following information in order to get some useful answers:

- The stored procedure signature
- The delphi code with which you are calling the oracle stored procedure
Last Answered: Jan 29 2009  1:26 PM GMT by Carlosdl   29820 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0