Browse by Tags

Related Posts

  • Deploy MySQL Data Providers to Production

    Hi, I have built an ASP.NET web site that talks to a MySQL database via a Entity Data Model (.edmx file). It all works fine on my development machine because I was able to install the data providers. However, I'm trying to deploy the site to my host (Brinkster) but they don't have the MySQL data...
    Posted to Configuration and Deployment (Forum) by dazfl on 06-11-2009, 12:00 AM
    Filed under: web.config, Web deployment, .net 3.5, MYSQL, entity data model, edmx
  • Calling Store procedure using Entity Framework

    Hello Every One, I have problem with calling Store Procedure. My store procedure returns data multiple data using Joins. In store procedure i am selecting data from different tables using Joins. When i import my store procedure in entity framework as Function Import, then i am unable to set any return...
    Posted to Data Access and ObjectDataSource Control (Forum) by zeeshanfawad on 02-27-2009, 12:00 AM
    Filed under: .Net architecture, ASP.NET 3.5 Extensions, edmx, EFO, entities, entity, entity data framework, Entity Data Model, Entity Framework, EDM, advantages linq, LINQ : Return Value, LINQ : Update problem
  • Re: Entity Framework Problems: Mapping stored procedures to non-insert,update,delete

    I wouldn't completely write off the EF, it is quite simple to map a Stored Procedure to a dummy table, it requires getting your hands a little dirty in the edmx file but it is not a complicated process, see the link below: http://www.thedatafarm.com/blog/2007/12/19/ImplementSELECTStoredProceduresThatReturnMiscellaneousDataInCTP2OfEFDesigner...
    Posted to ASP.NET 3.5 Extensions Preview (Forum) by rcfearn on 01-23-2009, 12:00 AM
    Filed under: edmx, mapping dummy tables, entities, entity data framework, stored procedure
  • Entity Framework - Foreign Key disappears in Entity Data Model

    Hi all Let's assume that I have a simple relational database with two tables "Categories" and "Products". 1 category contains zero, one or more products. 1 product belongs to 1 category. Categories ID int (primary key) Descr varchar(255) Products ID int (primary key) FK_Category...
    Posted to ASP.NET 3.5 Extensions Preview (Forum) by KingDario on 01-07-2009, 12:00 AM
    Filed under: edmx, entities, entity data framework, Entity Data Model, Entity Framework, EDM
  • 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: model browser, 3.5, data model, edmx
  • 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: model browser, 3.5, ASP.NET 3.5 Extensions, data model, edmx
  • Re: Adding tables to EDM

    I have SQL 2005 (not SQLExpress) running on my development machine. Here is my edmx file. <?xml version="1.0" encoding="utf-8"?> <edmx:Edmx Version="1.0" xmlns:edmx=" http://schemas.microsoft.com/ado/2007/06/edmx "> <edmx:Designer xmlns=" http...
    Posted to ASP.NET 3.5 Extensions Preview (Forum) by mike.j.pappas on 12-11-2007, 12:00 AM
    Filed under: data model, edmx
  • 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: model browser, 3.5, data model, edmx
  • Cannot add ADO.NET Entity Data Model to web application project

    I have Visual Studio 2008 RTM installed as well as the 3.5 Extensions Preview. I have created a new project using the ASP.NET 3.5 Exteniosn Web Application template. When I try to add a new ADO.NET Entity Data Model (edmx) I cannot seem to find it in the list of possible items to add. The only item template...
    Posted to ASP.NET 3.5 Extensions Preview (Forum) by mike.j.pappas on 12-10-2007, 12:00 AM
    Filed under: 3.5, data model, edmx, entity data framework
  • Rollback using Entity framework

    Hello Friends, How are you?? I am facing problem in ADO.NET entity framework. I want to impliment Rollback functionality using Entity frameowrk. I am trying to insert record in multiple tables in one transaction using different contexts. My application scenario is given below: EntityContainer ec = new...
    Posted to Data Access and ObjectDataSource Control (Forum) by zeeshanfawad on 06-16-2009, 12:00 AM
    Filed under: edmx, entity data framework, ASP.NET 3.5 Extensions, entities, ASp.net 3.5, Entity Framework, Entity Data Model, entity
Page 1 of 2 (12 items) 1 2 Next >