Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ExecuteNonQuery() 方法在执行 oracle 18c 存储过程时返回 -1 值。存储过程包含插入和更新语句。插入和更新成功发生。
当插入/更新语句成功执行时,ExecuteNonQuery 应该返回 1。