Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Using UPDATE...RETURNING...INTO...

413760Jan 30 2004 — edited Feb 5 2004
I am trying to use the UPDATE statement with the RETURNING clause:

string sSql = "UPDATE ... RETURNING x, y INTO :ix, sy";

ExecuteNonQuery(); // No use for me :(

// I want to do this:
OracleDataReader oReader = ExecuteReader();

Will this work?

TIA
Raj
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 4 2004
Added on Jan 30 2004
12 comments
10,076 views