3
Answers

How to retrieve a list of parameters for an Oracle Stored Procedure

Ask a question
Brian Harvey

Brian Harvey

16y
15k
1

I am trying to create a windows form that will allow the end-user to configure which application variables should map to which oracle stored procedure parameter.  Where I am stuck at the moment is how to go about retrieving a list of the parameters defined in the supplied stored procedure.  The database is Oracle 10g.  The development environment is VS 2005 and language is obviously C#.

Thanks in advance for any help you can give me!

Brian


Answers (3)