简体   繁体   中英

Using Oracle DB in a C# WinForms application

I'm working on a project written in C# and using an Oracle database. In my researches, System.Data.OracleClient is deprecated and Microsoft recommends a third party Oracle provider. I decided to use the ODP provider from Oracle.

My application is a DB query intensive application, and I'm writing each of the queries on my own. For example, I'm using Data Navigator and I have to write queries for adding, removing, and updating a row.

Isn't there any way i can use the advantages of ADO.NET with Oracle?

Oracle's ODP.Net provider is an ADO.Net provider. It follows the ADO.Net contracts. What ADO.Net feature are you missing?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM