Click here to Skip to main content
15,893,588 members
Articles / Programming Languages / C#

Oracle DB EDMX: Switch Between Prod/Test/Stage Schema Names Dynamically using Entity Framework DB First Approach

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
5 Jun 2020CPOL3 min read 9.1K   90  
Use same EDMX file with different Oracle database schemas
An ASP.NET web project, connecting to an Oracle database using entity framework DB first or EDMX was working great with its production schema. Unexpectedly, it wasn't working with the newly created test schema. But finally, with some changes, we were able to get things running.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Bangladesh Bangladesh
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions