I have an existing MS ACCESS 2000 database, which uses a macro to update the records from 3 separate text files.


This macro works perfectly.


What I'd like to be able to do, is simply execute the macro from within my C++ code. The only alternative is to populate the db manually.... . which is not exactly the "slickest" of options considering the macro was dead simple to create.

Anyone with any ideas?

btw I don't care what interface/wrapper/whatever you use in your example, I'm just looking for something that will work.

if it matters, this code will eventually be a COM object or ActiveX control and will be accessed through an asp page....