Join Access and the C++ programming

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

How can I join the MS Access and the C++ programming, to manipulate data in C++?

SHARE
Answered By 0 points N/A #102373

Join Access and the C++ programming

qa-featured

This is not an easy job as you need the Jet Engine for MS Access to be used to access the contents of the database. Some inbulit codes are available for easier use in applications like VB, VB.NET etc. In fact you may do it using DAO. The link below describes the codes for the purpose. You may connect using drivers like DAO, ADO, OLEDB, ODBC. I would prefer a ODBC datasource to connect a Ms Access object to C++ for better results. The code shall require #import statement and that you must be familiar with SQL, which is the only way of updating or retrieving data from the database. Try at you luck the codes for your purpose.

https://msdn.microsoft.com/en-us/library/cc811599.aspx

Related Questions