Asked By
Bryan James
30 points
N/A
Posted on - 10/22/2012
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.
How to open mdb file in mfc?
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.
How to open mdb file in mfc?
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.