Hi all.
I'm trying to build a generic class to execute stored procedures.
What I want to achieve is to get the name of the procedure, manage to get the parameters and show a form to the user to get the input values.
Now I'm stuck on how to dynamically retrieve the parameter names and types. Looks like you need to know them from the procedure declaration.
What I'm trying to do is a kind of reflection with stored prodecures.
Does anyone know any hint to achieve this?
Thanks in advance,
Dian
I'm trying to build a generic class to execute stored procedures.
What I want to achieve is to get the name of the procedure, manage to get the parameters and show a form to the user to get the input values.
Now I'm stuck on how to dynamically retrieve the parameter names and types. Looks like you need to know them from the procedure declaration.
What I'm trying to do is a kind of reflection with stored prodecures.
Does anyone know any hint to achieve this?
Thanks in advance,
Dian