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.
我正在开发一个用 C# 编写并使用 Oracle 数据库的项目。在我的研究中,System.Data.OracleClient已弃用,Microsoft 建议使用第三方 Oracle 提供商。我决定使用 Oracle 的 ODP 提供程序。
System.Data.OracleClient
我的应用程序是一个数据库查询密集型应用程序,我自己编写每个查询。例如,我正在使用 Data Navigator,我必须编写查询以添加、删除和更新行。
有没有什么办法可以将 ADO.NET 的优势与 Oracle 结合使用?
Oracle 的 ODP.Net 提供程序是ADO.Net 提供程序。它遵循 ADO.Net 合同。您缺少什么 ADO.Net 功能?