Share via

Microsoft access database operation from 64 bit application issue

ANTU PHILIP 1 Reputation point
2020-08-03T06:27:36.567+00:00

Hi All.

I have a 64 bit application MFC. I am trying to make database insertion insertion to my Microsoft access database which is 32 bit.

In some machines it works fine.The open db shows an error in few machines the error code is ' -2147467259'. Seems like an issue with missing dll. Which dll can resolve this issue.

Below is the sample code.

hr = pConn->Open(Driver={'Microsoft Access Driver (*.mdb, *.accdb)};Dbq=abc;Pwd=abc;', "", "", -1);

Any suggestions on this.

Thanks in advance.

Community Center | Not monitored
0 comments No comments

2 answers

Sort by: Most helpful
  1. Anonymous
    2020-08-04T01:27:51.03+00:00

    Access is not currently supported here on QnA. They're actively answering questions in dedicated forums here.
    https://answers.microsoft.com/en-us/msoffice/forum/msoffice_access
    https://social.msdn.microsoft.com/Forums/en-US/home?forum=accessdev

    --please don't forget to Accept as answer if the reply is helpful--

    Was this answer helpful?

    0 comments No comments

  2. AndyLiu-MSFT 591 Reputation points
    2020-08-04T01:25:17.947+00:00

    This issue has nothing to do with Intune.

    I would recommend to submit a new question on the Windows forum for better support. Please click the following link to visit it.

    https://learn.microsoft.com/en-us/answers/products/windows

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.