All Tags »
oracle stored procedure exception
Sorry, but there are no more tags available to filter with.
-
Excellent. Missed step. Thanks. My Global.asax now has:
void Application_Start(object sender, EventArgs e)
{
EntitySpaces.Interfaces.esProviderFactory.Factory =
new EntitySpaces.LoaderMT.esDataProviderFactory();
}
-
I tested the dynamic queries as well but I have corrected my config for stored procs. I am getting the exception on both dynamic queries and stored procs.
<EntitySpaces>
<connectionInfo default=''PRC_EntitySpaces_DevOracleDB''>
<connections>
<add name=''PRC_EntitySpaces_DevOracleDB'' providerMetadataKey=''esDefault'' ...