OraDirect - OraDirectFactory class

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
alexey2006
Posts: 2
Joined: Wed 22 Nov 2006 14:13
Location: NYC area

OraDirect - OraDirectFactory class

Post by alexey2006 » Wed 22 Nov 2006 14:23

I found theOraDirectFactory class in the OraDirect library but there is no documentation for it.

Can I assume that it is possible to register OraDirect as a data provider and then use the generic mechanizm of ADO.NET Provider factory to create instances of connection and command objects based on information in my app config file?

Could you provide more documentation on OraDirectFactory?

Thanks

Alexey

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

Post by Paul » Wed 22 Nov 2006 14:48

This class is obsolete. Please use OracleProviderFactory instead

alexey2006
Posts: 2
Joined: Wed 22 Nov 2006 14:13
Location: NYC area

Post by alexey2006 » Wed 22 Nov 2006 16:39

Thanks!
Everything works now with the generic factory classes.


Alexey

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Thu 23 Nov 2006 08:01

You are welcome.

Post Reply