Oracle Schema Change

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
weijiajun
Posts: 2
Joined: Wed 11 Aug 2010 16:13

Oracle Schema Change

Post by weijiajun » Wed 11 Aug 2010 16:17

I'm not sure if this is something that is supported by Devart, but at the company I am currently working I would like to start to take advantage of the entity framework for accessing our oracle database. The one problem I have is that the DBs will dynamically create schema and I currently am not aware of a method for changing the schema on an entity model.

The models are exactly the same in each schema, I just need a way to references the different ones.

Any help/advice would be greatly appreciated. Thanks.

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Thu 12 Aug 2010 12:32

Take a look at this question. It seems to be the same one you are asking.

weijiajun
Posts: 2
Joined: Wed 11 Aug 2010 16:13

Post by weijiajun » Thu 12 Aug 2010 12:48

Yeah that seems to be the same issue, thanks for pointing that out, sorry to have a duplicate.

Post Reply