Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9022815
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T05:36:40+00:00 2026-06-16T05:36:40+00:00

I have an application that needs to be built under x64 platform. I need

  • 0

I have an application that needs to be built under x64 platform. I need to access an .mdb file. By accessing I mean, inserting, deleting or updating the db. I having trouble using Jet OLE db and ODBC drivers. With OLE db it shows “Jet Oledb not registered”. With ODBC Platform mismatch between driver and application. I can do these operations in X86 platform. But in my application I was asked to build my project under x64 platform. Can anybody provide me with any solution. N.B. I should not use any 3rd application to communicate with x64 app and database.

Thanks to any response in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T05:36:42+00:00Added an answer on June 16, 2026 at 5:36 am

    You need to use the newest driver from Microsoft called ACE
    Here you can find the download bits

    Pay attention to download the correct set (x64 or x86) for your intended target machine
    Also the connection string should make use of these drivers, so you probably need a connection string like this

    Provider=Microsoft.ACE.OLEDB.12.0;Data Source=yourPathToTheMDBFile.mdb;
    Persist Security Info=False;
    

    As an alternative you could build your application for x86 platform and, if you don’t have any direct interaction with 64bit code, it will works as is in the 64bit operating system. This solution is preferable because you could use the old JET.OleDb.4.0

    Let me give a brief explanation of the problem with 64/32bit operating system, Platform used to build applications and 32/64bit drivers:

    • You build your application for AnyCPU platform – Your code works fine
      in 32/64 bit systems, the code emitted by the JIT compiler will have the
      same bitness of the guest OS. BUT, you could not use 32bit drivers by
      64bit apps and viceversa. JET.OleDB.4.0 is 32bit only. End of game if
      you compile for AnyCPU and run on 64bit. You need a 64bit driver.
    • You build your application for x86 platform – Your code works fine in
      32/64 bit systems, and you can use 32bit drivers. Of course the code
      emitted by the JIT compiler is 32bit and thus you cannot use 64bit
      drivers on 64bit systems.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have built an desktop(windows) application that needs SQL Server to store the data.
I have an application that needs to copy, remove, modify, etc. files in the
I have an application that needs updating constantly. I would like to create a
I have an application that needs to work with a vendor-supplied API to do
I have an application that needs to check a website feed every second. Sometimes
I have an application that needs to highlight individual pixels on an image. I
I have an application that needs to determine whether a user has made a
I have an application that needs branding when downloaded in certain continents. When installed
I have an application that needs to operate on Windows 2000. I'd also like
imagine a situation where you have an application that needs to import data from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.