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!

ExecuteNonQuery returns 1 when No records affected?

robichamJan 5 2004 — edited Jan 9 2004
The call a stored procedure within a package to perform an Update stetement.
Dim retval As integer
Dim cmd As New OracleCommand()
retval = cmd.ExecuteNonQuery() returns 1 when the SQL%ROWCOUNT variable after the Update statement indicates 0?

Is the return value from the ExecuteNonQuery command acccurate with ODP.NET?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 6 2004
Added on Jan 5 2004
5 comments
12,556 views