How to open mdb file in mfc?

Asked By 30 points N/A Posted on -
qa-featured

Hello experts,

How to open mdb file in mfc? I have a .mdb file format from my microsoft access database and wants to open it in mfc. Is there a possibility that this process will be allowed or will work? I just want to know so that if ever I will going to perform this tasks I have a stock knowledge. Thank you.

SHARE
Best Answer by Gazelle Eliza
Best Answer
Best Answer
Answered By 0 points N/A #178590

How to open mdb file in mfc?

qa-featured

 

The answer is “YES” you can open the .mdb file using the ODBC,  the ODBC connection will serve as a pipeline to you MSACCESS database, the ODBC connection is the pointer to your database so every time you need access to the database you will call the ODBC connection, every manipulation will also go in this ODBC connection.

 

Answered By 5 points N/A #178592

How to open mdb file in mfc?

qa-featured

Yes it can work with OLE DB or ADO. These are programs developed by Microsoft. ADO gives a flexibility of connecting to a huge database really fast. On the other hand OLE DB gives you the opportunity to concentrate to one particular file. For more information you should look at Microsoft Support Department.

Related Questions