I am using Oracle.DataAccess.Client
to work with Oracle database in my ASP.Net application. There is no help documentation in MSDN for ODP.Net and Oracle's documentation is really really bad. I am not able find the answer to this simple question.
Is it not possible to execute a simple update statement without having to build a dataset
object and updating the dataset
?
How to execute an update statement using Oracle ODP.Net in C#?