c++ with ms access

Can we connect with C++ with ms-access, I am not speaking about vc++, ordinary c++, please post any tutorials, i need it hardly
Never done it myself, but I think it's done with the ACE engine.

http://msdn.microsoft.com/en-us/library/cc811599.aspx
closed account (z05DSL3A)
Can we connect with C++ with ms-access
OLE Automation or accessing the data from the mdb file? Assuming data access, Google for ODBC or OLE DB and MDB

I am not speaking about vc++, ordinary c++
VC++ is ordinary C++ ... unless you are talking about C++/CLI
Topic archived. No new replies allowed.