Browse by Tags

Related Posts

  • Re: Adding tables to EDM

    I'm having the same issue. After auto-generating a model based of an existing database, I try to add another entity by right-clicking anywhere in the Model Browser. The database screen appears for a second, then disappears. I tried also manually adding an entity and trying to associate it to a table...
    Posted to ASP.NET 3.5 Extensions Preview (Forum) by mike.j.pappas on 12-10-2007, 12:00 AM
    Filed under: data model, edmx, 3.5, model browser
  • Re: Adding tables to EDM

    I can execute only the following queries: SELECT TABLE_CATALOG, TABLE_SCHEMA, TABLE_NAME FROM Information_Schema.Tables ORDER BY TABLE_SCHEMA, TABLE_NAME SELECT TABLE_CATALOG, TABLE_SCHEMA, TABLE_NAME FROM INFORMATION_SCHEMA.VIEWS ORDER BY TABLE_SCHEMA, TABLE_NAME SELECT * FROM INFORMATION_SCHEMA.ROUTINES...
    Posted to ASP.NET 3.5 Extensions Preview (Forum) by mike.j.pappas on 12-12-2007, 12:00 AM
    Filed under: data model, edmx, 3.5, ASP.NET 3.5 Extensions, model browser
  • Re: Adding tables to EDM

    After running some tests and deleting various tables, the designer fails when it finds tables that have the same name. For example, in my database I have a number of tables that are assigned to different schemas, but have the same name, as below: stat.Item menu.Item usage.Item etc. When I changed the...
    Posted to ASP.NET 3.5 Extensions Preview (Forum) by mike.j.pappas on 12-12-2007, 12:00 AM
    Filed under: data model, edmx, 3.5, model browser
Page 1 of 1 (3 items)