Mundi has asked for the wisdom of the Perl Monks concerning the following question:
I need to clean up approx modules in approx 400+ MS Access (2002 and 2007) databases. To me Perl solution appears the most efficient. However, I have not yet found a code that would allow me to e.g list Modules and Class Modules in an Access DB. In VBA, there is a collection Modules, through which you can access individual objects, but how does one get to that collection in Perl? I tried opening the DB using ADO or OLE or ODBC and cannot get to Modules.
Ideally, I'd like to do the following
What I do not know is how to access the modules and if I can process them in place or if I need to export the module into text, modify it, and import it back into Access.
Any help would be greatly appreciated.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to List MS Access 2007 Modules with Perl
by Corion (Patriarch) on Mar 28, 2010 at 19:27 UTC | |
by Mundi (Initiate) on Mar 28, 2010 at 19:37 UTC | |
by Corion (Patriarch) on Mar 28, 2010 at 19:40 UTC | |
by Mundi (Initiate) on Mar 28, 2010 at 19:44 UTC |