Data Access for CSLA .NET framework with Oracle

Data Access for CSLA .NET framework with Oracle

Old forum URL: forums.lhotka.net/forums/t/11920.aspx


Aravinda posted on Friday, April 05, 2013

Can we use ConnectionManager, ObjectContextManager, TransactionManager, and ContextManager types with Oracle Client? Latest ODP .NET library offers support for ADO .NET entity framework. If oracle is not supported out of box, what changes do we need to make?

RockfordLhotka replied on Friday, April 05, 2013

Where possible those types use the interfaces from System.Data to interact with the various underlying data objects (like connections, transactions, etc.).

So as long as the Oracle implementations derive from the standard System.Data interfaces I suspect they'll work.

If not, you'll have to make copies of the Csla.Data classes into your own project and alter the interfaces/types used so they work with Oracle.

Copyright (c) Marimer LLC