Using Entity framework for configurable database schema

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
javed
Posts: 7
Joined: Mon 20 Dec 2010 09:33

Using Entity framework for configurable database schema

Post by javed » Wed 29 Feb 2012 10:08

I have a special requirement. We are developing web based application using silverlight and oracle data base. We are using EF4 and DotConnect for Oracle tool to generate the EF for oracle 9i.
Our requirement is we should be able to change the database tables (insert some more field, or delete some fields or even we should be able to add some new tables) for different type of customers.

We do not want to compile the silverlight client code each time but few configuration changes like updating the .edmx file manually or something that sort are acceptable.
Please let me know how we can achieve this.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Wed 29 Feb 2012 15:41

We don't know the way how it can be implemented.

Post Reply