Page 1 of 1

OraDirect - OraDirectFactory class

Posted: Wed 22 Nov 2006 14:23
by alexey2006
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

Posted: Wed 22 Nov 2006 14:48
by Paul
This class is obsolete. Please use OracleProviderFactory instead

Posted: Wed 22 Nov 2006 16:39
by alexey2006
Thanks!
Everything works now with the generic factory classes.


Alexey

Posted: Thu 23 Nov 2006 08:01
by Alexey
You are welcome.