florindaniel
Programmer
Hello,
With a lot of your help (thank you) I've managed to move my App from the server
on each workstation, thus reducing the number of open files across the network. I want
to go further now and move the not-so-often-modified tables locally.
Since one of my Apps is using some relativ static nomenclature tables, I wonder if there's
some way to calculate a kind of signature for that tables in order to detect when they are
modified. Since we are talking about updates, the number of records and/or the creation date
is not working. The idea is to check, at program startup, if there are some updates into
that tables and, if so, to copy them locally.
Thank you,
Daniel
With a lot of your help (thank you) I've managed to move my App from the server
on each workstation, thus reducing the number of open files across the network. I want
to go further now and move the not-so-often-modified tables locally.
Since one of my Apps is using some relativ static nomenclature tables, I wonder if there's
some way to calculate a kind of signature for that tables in order to detect when they are
modified. Since we are talking about updates, the number of records and/or the creation date
is not working. The idea is to check, at program startup, if there are some updates into
that tables and, if so, to copy them locally.
Thank you,
Daniel