How to write a .Net application that works with both SqlServer and Oracle (now that System.Data.OracleClient is deprecated)

前端 未结 13 734
礼貌的吻别
礼貌的吻别 2020-12-23 14:21

see also System.Data.OracleClient namespace discontinued?

(Firstly don’t panic yet, System.Data.OracleClient is not being removed by Microsoft yet, however it is not

13条回答
  •  天涯浪人
    2020-12-23 15:02

    The customer should install odp.net and the Oracle client on there machines. You should not deploy it. Your application will find the needed Oracle dll's in the GAC.

提交回复
热议问题