EntitySpaces with oracle and Mygeneration

  • Thread starter Thread starter trihanhcie
  • Start date Start date
T

trihanhcie

Hello

I'm using entityspaces with Mygeneration to create data access layers.
However, while it works perfectly with SQL server 2005, it looks like
it doesn't with Oracle.

I think the reason is that Mygeneration is using oledb driver while
entityspaces doesn't support oledb driver...

Can anyone help?

Thanks
 
Nobody can help?

In my web.config, I have the following connection :
<add name="TEST" providerMetadataKey="esDefault"
sqlAccessType="DynamicSQL"
provider="EntitySpaces.OracleClientProvider"
providerClass="DataProvider" connectionString="..." >


What i need is an exemple of connectionString to connect to an Oracle
database.

Thanks
 
Back
Top