Oracle.ManagedDataAccess.Client

Posts   
 
    
gulhaugen
User
Posts: 18
Joined: 11-Jun-2009
# Posted on: 14-Jan-2013 08:21:37   

Hi

Are there any plans to create a driver for the managed ODP.NET?

We use LLBLGen a lot, and would like to move away from the unmanaged hell.

http://www.oracle.com/technetwork/topics/dotnet/whatsnew/index.html

I have migrated a lot of our other internal tools, and it's more or less changing the namespace.

I know ODP.NET Managed is still in beta.

thx.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39859
Joined: 17-Aug-2003
# Posted on: 14-Jan-2013 09:11:46   

If they haven't changed any .net type <-> oracle type conversions and they didn't change the provider factory name then you can use it with our code today (v3 and up), as v3 uses dbproviderfactory so it doesn't directly link to any odp.net version.

Did you try it and did it work/not work?

Frans Bouma | Lead developer LLBLGen Pro
gulhaugen
User
Posts: 18
Joined: 11-Jun-2009
# Posted on: 15-Jan-2013 00:18:35   

Otis wrote:

If they haven't changed any .net type <-> oracle type conversions and they didn't change the provider factory name then you can use it with our code today (v3 and up), as v3 uses dbproviderfactory so it doesn't directly link to any odp.net version.

Did you try it and did it work/not work?

No, i did not. Will try tomorrow!

Thx