|
Nearly all these arguments you are making apply equally to the token method
and the duplicate field method put forward by Booth. You still have to send
the before value or values to the client. In both cases, those values have
to be sent to the client for other reasons. In both cases those before
values must be returned to the server to compare to the record before
update. The only significant difference is the number of values that must
be managed. Booth prefers multiple values because he can get a more
accurate picture of what has changed. If a small number of fields are
eligible for update in a table with a large number of fields, it may be
advantageous to check just those fields. Particularly when the table is
highly volitile.
Synon programs make a copy of the record and compares that with the current
record at the time of the update. This is similar to the token as it is an
all or nothing solution. Most of the time that works great, but sometimes I
have wanted a finer grained solution.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.