OraDirect and DbProviderFactory

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
devrandom
Posts: 6
Joined: Fri 10 Feb 2006 10:33

OraDirect and DbProviderFactory

Post by devrandom » Fri 10 Feb 2006 10:35

Will OraDirect implement DbProviderFactory in the future?

Regards,

Hubert Krukowski

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Mon 13 Feb 2006 09:54

OraDirect .NET 3.20 have OracleProviderFactory component

devrandom
Posts: 6
Joined: Fri 10 Feb 2006 10:33

DbProviderFactories.GetFactoryClasses()

Post by devrandom » Mon 13 Feb 2006 11:02

>> OraDirect .NET 3.20 have OracleProviderFactory component

True.

But why does a call to DbProviderFactories.GetFactoryClasses() return just the following?:
...some other providers...
PostgreSQLDirect.NET Data Provider

OraDirect is missing from that list.
I do have the OraDirect installed. Any clues?

Regards,

Hubert

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Mon 13 Feb 2006 11:59

We cannot reproduce your problem witj OraDirect .NET 3.20.7. Please check that "\\" section of WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config file has the following record


devrandom
Posts: 6
Joined: Fri 10 Feb 2006 10:33

It works

Post by devrandom » Mon 13 Feb 2006 12:12

It was missing. Now it works.

Thank you and regards,

Hubert

Post Reply