|
-
Nov 7th, 2002, 08:23 PM
#1
Thread Starter
New Member
C/C++ executing an access macro using ADO DAO ODBC whatever...
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....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|