[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Automatic ASP execution across many virtual sites.



> We need to be able to automatically "push" data from the central db into
> each client db at a predefined time each day, based upon data changes made
> within the central db, in the form of an automatic update. This would
> obviously need there to be an ASP script called and executed on
> the main db
> site at a predefined time each and every day, ie on a schedule.

You don't need to use ASP to do this. Is the information that is being
pushed from the central db standardized across all individual dbs? Schedule
a script to run (on your RaQ) that will pull the information from the
central db and update the individual dbs.


alex