Set and return data from Oracle using C#


/ Published in: C#
Save to your folder(s)

How to set add a record in an Oracle table and return a value in the same query using C#.

Returning ID INTO : OUTPUT_ID is referring to returning the value found in the ID field in the SQL table to the OUTPUT_ID parameter set in the AddStatusCode method.

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.