get out parameter from oracle stored procedure

R

raymond chiu

Dear all,

I have one stored procedure which has one (in out) parameter.
How can I get the out parameter in .net development if I am using
oracleselectcommand1.executenonquery() with assigning in parameters.

Thansk,

Raymond Chiu
 
T

Tushar Agarwal

raymond said:
Dear all,

I have one stored procedure which has one (in out) parameter.
How can I get the out parameter in .net development if I am using
oracleselectcommand1.executenonquery() with assigning in parameters.

Thansk,

Raymond Chiu
Hi Raymond,
You should first add OleDbParameter object to your Command object and
then acees it(after executing the command ) using Parameters ReturnValue.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top