How can you use Mygeneration with Entityspace and Oracle then?
I tried to add the following connection string in the web.config:
<
add name="TEST" providerMetadataKey="esDefault" sqlAccessType="DynamicSQL" provider="EntitySpaces.OracleClientProvider" providerClass="DataProvider" connectionString="..." >
The generated code using MyGeneration is not working because, as said earlier, entitspace use System.Data.OracleClient while Mygeneration uses OLEDB
What i need is a connectionstring exemple i think