Database Schema owner is hardcoded in Entity Model / SQL
Posted: Fri 26 Mar 2010 22:32
At design time, the edmx file gets created with the schema owner hardcoded. This schema owner is used in the SQL at runtime. This creates problems if the development environment has a different schema owner than in production. Is there a way to prevent the schema name from being used in the SQL, other than manually edit the edmx file to remove the schema name?
(FYI: We are using EF 1.0; dotConnect for Oracle version 5.0.12)
(FYI: We are using EF 1.0; dotConnect for Oracle version 5.0.12)