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. OLEDB..

OLEDB..

Scheduled Pinned Locked Moved Visual Basic
helpdatabasevisual-studioquestion
3 Posts 2 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.
  • J Offline
    J Offline
    Jamal Abdul Nasir
    wrote on last edited by
    #1

    Hi all... -> i am using VS 2008 on vista 64 bit system.. -> i want to access MS Access 2007 database using oledb; but i am getting the following error... "Microsoft.ACE.OLEDB.12.0 Provider is not registered on the local machine." -> so how will i cope with this problem..?

    J A Nasir K

    J D 2 Replies Last reply
    0
    • J Jamal Abdul Nasir

      Hi all... -> i am using VS 2008 on vista 64 bit system.. -> i want to access MS Access 2007 database using oledb; but i am getting the following error... "Microsoft.ACE.OLEDB.12.0 Provider is not registered on the local machine." -> so how will i cope with this problem..?

      J A Nasir K

      J Offline
      J Offline
      Jamal Abdul Nasir
      wrote on last edited by
      #2

      hi all... i got the solution for it... follow the following link... http://ybbest.wordpress.com/2009/07/22/the-microsoft-ace-oledb-12-0-provider-is-not-registered-on-the-local-machine/[^]

      J A Nasir K

      1 Reply Last reply
      0
      • J Jamal Abdul Nasir

        Hi all... -> i am using VS 2008 on vista 64 bit system.. -> i want to access MS Access 2007 database using oledb; but i am getting the following error... "Microsoft.ACE.OLEDB.12.0 Provider is not registered on the local machine." -> so how will i cope with this problem..?

        J A Nasir K

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

        I would think that your app is compiled as 64-bit. Since there are no 64-bit drivers for Access databases, you'll get this error. Force the target to x86 and you'll limit the code to 32-bit, thus using the 32-bit drivers for Access that are installed.

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007, 2008
        But no longer in 2009...

        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