Binding query parameters by name with ODP.NET

前端 未结 3 444
忘了有多久
忘了有多久 2020-12-10 02:18

I\'m currently using the Microsoft ADO.NET provider for Oracle (System.Data.OracleClient). I\'m aware that it is certainly not the best Oracle provider availabl

3条回答
  •  臣服心动
    2020-12-10 03:10

    As for the discontinuation of the Microsoft ADO .NET provider for Oracle :

    • I will go on using it instead of ODP .NET, your problem being only one of the numerous issues with it. And as it goes, it will still be available in .NET 4.0, though unsupported.
    • If Oracle manages to render this provider unusable, I will probably go with a commercial alternative such as DataDirect ADO.NET Data Provider for Oracle or dotConnect for Oracle, that fully integrate into the ADO .NET framework. And they already support the Entity Framework, by the way (I believe Oracle stated ODP .NET would not).

    ODP .NET took too much of my time already.

提交回复
热议问题