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