VOS.VirtProgressEDM

  • Topic
  • Discussion
  • VOS.VirtProgressEDM(1.1) -- DAVWikiAdmin? , 2017-06-13 05:40:31 Edit WebDAV System Administrator 2017-06-13 05:40:31

    Creating an Entity Data Model (EDM) for the Progress isports database

    The following steps can be used to create an Entity Data Model (EDM) for the Progress isports database:

    1. Launch the Visual Studio 2008 SP1 IDE.



    2. Create a Web Application project by going to the File menu in Visual Studio and choosing New Project.



    3. When the New Project window appears, choose either Visual Basic or Visual C# as the programming language.

    4. Within the language category, click on Web and select ASP.NET Web Application from the right-hand panel.

    5. Choose a name for the project, for example isports, and click OK.



    6. This will create a new project called isports.



    7. Select the Project -> Add New Item menu option.



    8. The Add New Item dialog will appear. Choose the ADO.NET Entity Data Model template. Give it the name Model1.edmx and click Add to start the creation of the ADO.Net Entity Data Model.



    9. In the Entity Data Model Wizard dialog Choose Model Contents page, select the Generate from Database model type and click Next.



    10. In the Entity Data Model Wizard dialog Choose your Data Connection page, select the New Connection button.



    11. In the Choose Data Sourcedialog, select the OpenLink Virtuoso Data Source from the list and click Continue.



    12. In the Connection Properties dialog, specify the hostname, portno, username, and password for the target Virtuoso Server.



    13. Select the Select Database From List radio button and choose isports from the drop down list.



    14. Press the Test Connection dialog to verify the database is accessible.



    15. Set the entity connect string name to isportsEntities (note this name as it is required in the section on creating and ADO.Net Data Service) and click Next.



    16. In the Choose your Database Objects page, select the Tables check box to select all tables in the isports catalog for addition to the Entity Data Model. Set the Model Namespace to isportsModel and click Finish.



    17. The Model1.edmx EDM will be created with the tables and relationships displayed in the Visual Studio IDE.



    Creation for the Entity Data Model for the Progress isports database is now complete.