I would like to pick your brains regarding this one, I would like to know the detailed processes this command does.
or what is done by the Update event created.
As I am having a problem with the setup here, only 1 hour of global connection per project 3 times a day, which is obviously not enough to do all the updates which Update event or UPDATE ALL WITH SAT does.
I would like to develop a tool implemented through PML that will mimic the operation of Update event but will choose which database to update basing on the latest modified DB file.
I hope anybody can point me in the right direction.
You could collect the dbs into 3 arrays and then loop thru them with the command UPDATE DB %dbname% with %SAT_LOC%. This is just me thinking out loud. Hope it helps you in the right direction.
You could collect the dbs into 3 arrays and then loop thru them with the command UPDATE DB %dbname% with %SAT_LOC%. This is just me thinking out loud. Hope it helps you in the right direction.
yes Chuspe, thats part of the plan. I would like to know aside from UPDATE DB what other function is needed to be done like:
1. update system
2. update db
3 run inter macros
4....
5....
6....