Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. Support to Microsoft Access database for Entity Framework in VS2008 ?

Support to Microsoft Access database for Entity Framework in VS2008 ?

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharpdatabasesql-servervisual-studiosysadmin
7 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W Offline
    W Offline
    WolveFred2
    wrote on last edited by
    #1

    Hi, Does anyone know what I should install for having support to Microsoft Access database in Entity Framework in Visual Studio 2008 ? Currently, I see only SQL Server and SQL Server Compact Edition as available database type when I want to add an "ADO.NET Entity Data Model". Thanks, Fred

    D L 2 Replies Last reply
    0
    • W WolveFred2

      Hi, Does anyone know what I should install for having support to Microsoft Access database in Entity Framework in Visual Studio 2008 ? Currently, I see only SQL Server and SQL Server Compact Edition as available database type when I want to add an "ADO.NET Entity Data Model". Thanks, Fred

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      Access is not supported by the Entity Framework. You can use just about any other database, except Access. You can find providers for 3rd party databases here[^].

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007, 2008

      1 Reply Last reply
      0
      • W WolveFred2

        Hi, Does anyone know what I should install for having support to Microsoft Access database in Entity Framework in Visual Studio 2008 ? Currently, I see only SQL Server and SQL Server Compact Edition as available database type when I want to add an "ADO.NET Entity Data Model". Thanks, Fred

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        There's an upgrade-wizard in your Access-database that converts your database to SQL Server. You can then use SQL Server Express (a free download) in combination with VS2k8 and the EF. HTH,

        I are troll :)

        W 1 Reply Last reply
        0
        • L Lost User

          There's an upgrade-wizard in your Access-database that converts your database to SQL Server. You can then use SQL Server Express (a free download) in combination with VS2k8 and the EF. HTH,

          I are troll :)

          W Offline
          W Offline
          WolveFred2
          wrote on last edited by
          #4

          Thanks, but this feature appears only in Access 2007, not in Access 2003. Thanks for the tips. But the idea is to use a database in a file, so my program would be easy to install for each user. What do you think of using SQL Server Compact Edition instead ? It seems to be greater than Access.

          L 1 Reply Last reply
          0
          • W WolveFred2

            Thanks, but this feature appears only in Access 2007, not in Access 2003. Thanks for the tips. But the idea is to use a database in a file, so my program would be easy to install for each user. What do you think of using SQL Server Compact Edition instead ? It seems to be greater than Access.

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #5

            WolveFred2 wrote:

            this feature appears only in Access 2007, not in Access 2003

            The feature is older then Access 2007. Might it be that you haven't installed all wizards during the installation of Office 2003?

            WolveFred2 wrote:

            What do you think of using SQL Server Compact Edition instead ? It seems to be greater than Access.

            I'd recommend SQLite :) SQL CE is missing some features that you may have grown accustomed to in Access. OTOH, installing a SQL Server instance might be overkill if you're just going to save a bit of data locally.

            I are troll :)

            W 1 Reply Last reply
            0
            • L Lost User

              WolveFred2 wrote:

              this feature appears only in Access 2007, not in Access 2003

              The feature is older then Access 2007. Might it be that you haven't installed all wizards during the installation of Office 2003?

              WolveFred2 wrote:

              What do you think of using SQL Server Compact Edition instead ? It seems to be greater than Access.

              I'd recommend SQLite :) SQL CE is missing some features that you may have grown accustomed to in Access. OTOH, installing a SQL Server instance might be overkill if you're just going to save a bit of data locally.

              I are troll :)

              W Offline
              W Offline
              WolveFred2
              wrote on last edited by
              #6

              SQL Lite ? Does this work whith Entity Framework ? For Access, I didn't use specific features. I prefere having a DBMS that looks like SQL Server.

              L 1 Reply Last reply
              0
              • W WolveFred2

                SQL Lite ? Does this work whith Entity Framework ? For Access, I didn't use specific features. I prefere having a DBMS that looks like SQL Server.

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #7

                According to this site[^]:

                Site says:

                Support for the ADO.NET 3.5 Entity Framework Supports nearly all the entity framework functionality that Sql Server supports, and passes 99% of the tests in MS's EFQuerySamples demo application.

                You might want to stick to SQL CE, as this already shows up default in your IDE :)

                I are troll :)

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups