I have a query in my code. I use this query to fill a dataset..... and with another query I fill a datareader.
but instead of a query I want to use a stored procedure from oracle
how do I call this stored procedure and fill my dataset and/or datareader?
thx
but instead of a query I want to use a stored procedure from oracle
how do I call this stored procedure and fill my dataset and/or datareader?
thx
Last edited by a moderator: