开发者

ODBC or ODP.Net for C#?

I've been tasked with writing a few custom C# reporting programs for a client.开发者_StackOverflow社区 These programs will only read the Oracle databases, never update or change the data.

Is there any significant advantage to using ODP.Net over ODBC? I know several people that advocate using Oracle's Instant Client (I think it includes ODP.Net) because it's easier to deploy (supposedly) than having the client install the ODBC drivers. Having had no experience with deploying apps that rely on ODBC or ODP.Net, I can't make a good decision.

So, any advice from someone that's been through this?

Thanks so much!


ODP.NET! I can vouch for easy deployment with instant client and odp. Definitely the way to go.


When in doubt use the native ADO.Net Managed Provider for your database in favor of ODBC Drivers.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜