Author: winston
Date: Jul 9, 2007 06:34
... developed a win32 program with VC and MFC, in the application,... I also used ADO (ActiveX Database Object) to open a Microsoft ... Office installed, my application do open and read/write correct data ... m_sFile); As for trying to open the Access file(myfile2.mdb)... _ConnectionPtr m_pConnection; AfxOleInit(); try { m_pConnection->Open("Provider=Microsoft.Jet.OLEDB.4...
|