paulreilly
IS-IT--Management
Any help appreciated! I am putting together a solution to extract customer data from a data file, re-format it, and then send it to a 3rd party for further processing. The DB file is in .mwi, .mwd format. The processing is pretty simple, just search on certain fields, filter on dates & times, clean up phone numbers by removing zeros and so on.
Ideally the solution should be easy to run, so that, say, the receptionist can run it every night.
I was thinking of writing this in vbscript, but a) vbscript is not for beginners! and b) it will be difficult to maintain.
Is there a right dbms that is easy to set up to do this, and also easy to run? (And I don't really want to have to install 22MB of mySQL into the target machine.....).
Ideally the solution should be easy to run, so that, say, the receptionist can run it every night.
I was thinking of writing this in vbscript, but a) vbscript is not for beginners! and b) it will be difficult to maintain.
Is there a right dbms that is easy to set up to do this, and also easy to run? (And I don't really want to have to install 22MB of mySQL into the target machine.....).