Re: Need design approach for collecting data from multiple remote databases



On Aug 30, 4:38 pm, Bob Alston <bobalst...@xxxxxxxxx> wrote:
Looking for design approach ideas for collecting data from multiple
remote, standalone databases. I have built one of these in Access.
Another I am told was built in Access. some others the language and
database is unknown.

These systems are all in small agencies which provide utility assistance
to people who are having trouble paying their utility bills.

A foundation wants to provide funds. However they want a consolidated
database of all services provided. And they want it EVERY NIGHT.
Apparently not negotiable. Also the process must work WITHOUT HUMAN
INTERVENTION ON THE FOUNDATION END.

the individual agencies, mostly very small aren't willing to duplicate
enter the data and they all want to use their existing systems as they
provide food, clothing and other kinds of assistance.

clearly I could build a process to extract data and reformat it as
required from the Access databases.

I could build an automated FTP process to send the data.

On the receiving side, I could build a process to monitor the directory
into which the FTP files are placed and grab the files and load the
database.

Can anyone suggest an alternate approach, preferably much improved???

Bob

You want to add a process that runs at specified times to verify all
the expected files are in place. This way you can notify the
responsible parties that you're missing their file for the day. This
way misses can be corrected as soon as possible.

You also want to do a record count on the import and verify data is
properly formed as part of that process.

You may think of changing them all to a mysql back-end using linked
tables, but that's another story.

.



Relevant Pages

  • Re: Out of Response Time Calculation
    ... I have attempted to build the database as you describe but I must be doing ... I have built the tables as you described, I have then built a form with the ... > On your Form you would have textboxes for TimeOpened and TimeClosed, ... > and for TimeOpenedMet, use a Control Source ...
    (microsoft.public.access.forms)
  • Re: Command Button Wizard
    ... make sure the database is in a trusted location via: ... > built with the Wizard all work. ... > settings) and the command buttons built with the Wizard will not work - ...
    (microsoft.public.access.formscoding)
  • Re: OT: why are LAMP sites slow?
    ... > class of database-backed web sites built using those components. ... > painfully slow even using seriously powerful server hardware. ... and compounded by probably an unoptimized database. ... don't want to start flame wars here about PHP; I use PHP to build client ...
    (comp.lang.python)
  • Re: Access help!!!!
    ... Over 1000 Access users have come to me for help. ... Remember that a lone man built the Ark. ... > database for a bicycle shop. ... I have no knowledge of Microsoft Access. ...
    (microsoft.public.access.tablesdbdesign)
  • Re: Question about a default table or method
    ... This is one case in which having dozens of unrelated fields in a record makes a lot of sense. ... i sometimes find myself with a few "miscellaneous" values that are used in various places in my database but don't really "belong" in any of my data tables. ... when that happens, i create a miscellaneous table, with *only one record* (if you find that you need multiple records of one value, then that's a legitimate table that should be built as such), and a separate field for each value that i need to store. ...
    (microsoft.public.access.tablesdbdesign)