Not logged in : Login

About: VirtOODBCEDM     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : atom:Entry, within Data Space : ods.openlinksw.com associated with source document(s)

AttributesValues
type
Date Created
Date Modified
label
  • VirtOODBCEDM
maker
Title
  • VirtOODBCEDM
isDescribedUsing
has creator
attachment
  • http://vos.openlinksw.com/wiki/main/VOS/VirtOODBCEDM/VirtAdoNetDataServices_1.png
  • http://vos.openlinksw.com/wiki/main/VOS/VirtOODBCEDM/VirtAdoNetDataServices_2.png
  • http://vos.openlinksw.com/wiki/main/VOS/VirtOODBCEDM/VirtAdoNetDataServices_3.png
  • http://vos.openlinksw.com/wiki/main/VOS/VirtOODBCEDM/VirtAdoNetDataServices_4.png
  • http://vos.openlinksw.com/wiki/main/VOS/VirtOODBCEDM/VirtAdoNetDataServices_5.png
  • http://vos.openlinksw.com/wiki/main/VOS/VirtOODBCEDM/VirtAdoNetDataServices_6.png
  • http://vos.openlinksw.com/wiki/main/VOS/VirtOODBCEDM/VirtODBCEDM1.png
  • http://vos.openlinksw.com/wiki/main/VOS/VirtOODBCEDM/VirtODBCEDM2.png
  • http://vos.openlinksw.com/wiki/main/VOS/VirtOODBCEDM/VirtODBCEDM3.png
  • http://vos.openlinksw.com/wiki/main/VOS/VirtOODBCEDM/VirtODBCEDM4.png
  • http://vos.openlinksw.com/wiki/main/VOS/VirtOODBCEDM/VirtODBCEDM5.png
  • http://vos.openlinksw.com/wiki/main/VOS/VirtOODBCEDM/VirtODBCEDM6.png
  • http://vos.openlinksw.com/wiki/main/VOS/VirtOODBCEDM/VirtODBCEDM7.png
  • http://vos.openlinksw.com/wiki/main/VOS/VirtOODBCEDM/VirtODBCEDM8.png
content
  • %VOSWARNING% %META:TOPICPARENT{name="VirtODBCEntityFrameworkUsage"}% ---+++Creating an Entity Data Model (EDM) for ODBC-Compliant Databases The following steps can be used to create an Entity Data Model (EDM) for the Microsoft Access Northwind database: 1 Launch the Visual Studio 2008 SP1 IDE. %BR%%BR%<img src="%ATTACHURLPATH%/VirtAdoNetDataServices_1.png" style="wikiautogen"/>%BR%%BR% 1 Create a <b>Web Application</b> project by going to the <b>File</b> menu in Visual Studio and choosing <b>New Project</b>. %BR%%BR% 1 When the New Project window appears, choose either <b>Visual Basic</b> or <b>Visual C#</b> as your programming language.%BR%%BR% 1 Within the language category, click on <b>Web</b> and select <b>ASP.NET Web Application</b> from the right-hand panel. %BR%%BR% 1 Choose a name for the project, for example <b><nop>VirtuosoDataService</b>, and click <b>OK</b>. %BR%%BR%<img src="%ATTACHURLPATH%/VirtAdoNetDataServices_2.png" style="wikiautogen"/>%BR%%BR% 1 This will create a new project called <b><nop>VirtuosoDataService</b>. %BR%%BR%<img src="%ATTACHURLPATH%/VirtAdoNetDataServices_3.png" style="wikiautogen"/>%BR%%BR% 1 Right click on the <b><nop>VirtuosoDataService</b> project name in the <b>Solution Explorer</b> pane. Then, select the <b>Add</b> -> <b>New Item</b> menu option. %BR%%BR%<img src="%ATTACHURLPATH%/VirtAdoNetDataServices_4.png" style="wikiautogen"/>%BR%%BR% 1 The <b>Add New Item</b> dialog will appear. Choose the <b>ADO.NET Entity Data Model</b> template. Give it the name <b>Virtuoso.edmx</b> and click <b>Add</b> to start the creation of the ADO.Net Entity Data Model. %BR%%BR%<img src="%ATTACHURLPATH%/VirtAdoNetDataServices_5.png" style="wikiautogen"/>%BR%%BR% 1 In the <b>Entity Data Model Wizard</b> dialog <b>Choose Model Contents</b> page, select the <b>Generate from Database</b> model type and click <b>Next</b>. %BR%%BR%<img src="%ATTACHURLPATH%/VirtAdoNetDataServices_6.png" style="wikiautogen"/>%BR%%BR% 1 In the <b>Entity Data Model Wizard</b> dialog <b>Choose your Data Connection</b> page, select the <b>New Connection</b> button. %BR%%BR%<img src="%ATTACHURLPATH%/VirtODBCEDM1.png" style="wikiautogen"/>%BR%%BR% 1 In the <b>Choose Data Source</b> dialog, select the <b><nop>OpenLink Virtuoso Data Source</b> from the list displayed and click <b>Continue</b>. %BR%%BR%<img src="%ATTACHURLPATH%/VirtODBCEDM2.png" style="wikiautogen"/>%BR%%BR% 1 In the <b>Connection Properties</b> dialog, specify the <b>hostname</b>, <b>portno</b>, <b>username</b> and password for the target Virtuoso Server and click the <b>Advanced</b> button. %BR%%BR%<img src="%ATTACHURLPATH%/VirtODBCEDM3.png" style="wikiautogen"/>%BR%%BR% 1 Select the <b>Select Database From List</b> radio button and choose <b>NWIND</b> from the drop down list. Click *OK*. %BR%%BR%<img src="%ATTACHURLPATH%/VirtODBCEDM4.png" style="wikiautogen"/>%BR%%BR% 1 Press the <b>Test Connection</b> dialog to verify that the database is accessible. %BR%%BR%<img src="%ATTACHURLPATH%/VirtODBCEDM5.png" style="wikiautogen"/>%BR%%BR% 1 Set the <b>entity connect string</b> name to <b><nop>VirtuosoEntities</b> (note this name as it is required in the section on creating an ADO.Net Data Service) and click <b>Next</b>. %BR%%BR%<img src="%ATTACHURLPATH%/VirtODBCEDM6.png" style="wikiautogen"/>%BR%%BR% 1 In the <b>Choose your Database Objects</b> page, select the <b>Tables</b> check box to select all tables in the NWIND catalog for addition to the Entity Data Model. Set the <b>Model Namespace</b> to <b><nop>VirtuosoModel</b> and click <b>Finish</b>. %BR%%BR%<img src="%ATTACHURLPATH%/VirtODBCEDM7.png" style="wikiautogen"/>%BR%%BR% 1 The <b>Virtuoso.edmx</b> EDM will be created with the tables and relationships displayed in the Visual Studio IDE. %BR%%BR%<img src="%ATTACHURLPATH%/VirtODBCEDM8.png" style="wikiautogen"/>%BR%%BR% Creation of the Entity Data Model for the Microsoft Access Northwind database is now complete. CategoryDocumentation CategoryVirtuoso CategoryEntityFramework CategoryDotNET CategoryODBC CategoryODBCODBCBridge
id
  • 5784ba91efbd3f1018d1972eb504bb1e
link
has container
http://rdfs.org/si...ices#has_services
atom:title
  • VirtOODBCEDM
links to
atom:source
atom:author
atom:published
  • 2017-06-13T05:38:48Z
atom:updated
  • 2017-06-13T05:38:48Z
topic
is made of
is container of of
is link of
is http://rdfs.org/si...vices#services_of of
is links to of
is creator of of
is atom:entry of
is atom:contains of
Faceted Search & Find service v1.17_git132 as of May 12 2023


Alternative Linked Data Documents: iSPARQL | ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3332 as of Sep 11 2024, on Linux (x86_64-generic-linux-glibc25), Single-Server Edition (15 GB total memory, 1 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software