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. Visual Basic
  4. access not installed

access not installed

Scheduled Pinned Locked Moved Visual Basic
csharpdatabasecomquestion
4 Posts 4 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.
  • D Offline
    D Offline
    dbellman
    wrote on last edited by
    #1

    if a computer does not have access installed can you still run a vb.net program using a microsoft access database? dbellman dbellman@bellmanware.com

    Q K C 3 Replies Last reply
    0
    • D dbellman

      if a computer does not have access installed can you still run a vb.net program using a microsoft access database? dbellman dbellman@bellmanware.com

      Q Offline
      Q Offline
      quacks_a_lot
      wrote on last edited by
      #2

      You probably just need the Access driver installed to run it. I think most of the newer Windows operating systems, or at least Windows XP, already have the driver installed.

      1 Reply Last reply
      0
      • D dbellman

        if a computer does not have access installed can you still run a vb.net program using a microsoft access database? dbellman dbellman@bellmanware.com

        K Offline
        K Offline
        Kschuler
        wrote on last edited by
        #3

        Yes. You just have to make sure that the user has a certain version of Microsoft Data Access Components (MDAC) installed. You can do this by setting the MDAC as a prerequisite in the setup project of your program.

        1 Reply Last reply
        0
        • D dbellman

          if a computer does not have access installed can you still run a vb.net program using a microsoft access database? dbellman dbellman@bellmanware.com

          C Offline
          C Offline
          Charles Wolfe
          wrote on last edited by
          #4

          Yes, a VB.Net application can can work with an Access database without a full version of ACCESS installed. The proper Access runtime must be present (installed) -- part of Office Extensions for .Net 200x. Note that Microsoft has removed the .Net 2003 Office Extensions from its Web sites so you can no longer easily obtain them. It becomes an interesting exercise in missing pages and pages that automatically send you back to themselves in infinite loops! As long as the proper ODBC, etc. drivers are installed and you are not trying to do anything "fancy", you may not need the Office Extensions. Hope this helps.

          Charles Wolfe C. Wolfe Software Engineering

          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