开发者

What are the differences between using OLEDB and ODP.NET to connect to an Oracle database?

开发者 https://www.devze.com 2023-01-13 16:25 出处:网络
I have two small VB.NET applications that connect to the same Oracle database.One uses the OLEDB provider, and the other uses Oracle\'s ODP.NET.Should I expect to see problems with the OLEDB provider,

I have two small VB.NET applications that connect to the same Oracle database. One uses the OLEDB provider, and the other uses Oracle's ODP.NET. Should I expect to see problems with the OLEDB provider, as it's less 'native开发者_C百科' to Oracle?

Thanks for any help!


OLEDB was designed for accessing generic databases, ODP.NET is native Oracle provider which should have better performance and allows to use specific Oracle features.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号