本文介绍了ODBC或ODP.Net for C#?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的任务是为客户编写一些自定义C#报告程序.这些程序只会读取Oracle数据库,而不会更新或更改数据.

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

与ODBC相比,使用ODP.Net是否有任何显着优势?我认识一些提倡使用Oracle Instant Client(我认为它包含ODP.Net)的人,因为(据说)部署比让客户端安装ODBC驱动程序容易(据说).没有部署依赖ODBC或ODP.Net的应用程序的经验,我无法做出明智的决定.

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?

非常感谢!

推荐答案

ODP.NET!我可以保证使用即时客户端和odp进行轻松部署.绝对是要走的路.

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

这篇关于ODBC或ODP.Net for C#?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-23 12:55
查看更多