ODP.NET vs MS Oracle

Posts   
 
    
Skeeterbug
User
Posts: 165
Joined: 21-May-2004
# Posted on: 09-Apr-2007 23:08:30   

I know the MS Oracle driver handles data types a bit differently, but other than that, is there any reason to go with ODP.NET over MS Oracle? ODP.NET can be a pain to configure, and MS Oracle comes with the framework (smaller installer for us). I have only used ODP.NET, what are others doing?

Thanks simple_smile

Walaa avatar
Walaa
Support Team
Posts: 14950
Joined: 21-Aug-2005
# Posted on: 10-Apr-2007 09:15:11   

From the docs:

Not supported, due to restrictions in the Microsoft Oracle provider: XMLType, as that type isn't supported by the Microsoft Oracle provider All NUMBER(x, y) types are seen as System.Decimal. This can be a huge disadvantage. In that case, consider using an ODP.NET based driver

Skeeterbug
User
Posts: 165
Joined: 21-May-2004
# Posted on: 11-Apr-2007 01:08:22   

Walaa wrote:

From the docs:

Not supported, due to restrictions in the Microsoft Oracle provider: XMLType, as that type isn't supported by the Microsoft Oracle provider All NUMBER(x, y) types are seen as System.Decimal. This can be a huge disadvantage. In that case, consider using an ODP.NET based driver

Thanks sunglasses