I would like to encapsulate the executution of a stored procedure with parameters into a method. This method would then return an OracleDataReader to the caller. In order to accomplish this and make is somewhat dynamic, how could I pass an array of parameters and have the parameters used as part of the stored procedure that is being fired off?
Thanks
regards,
Brian
Thanks
regards,
Brian