Tonatiuh
Oct 11th, 2000, 11:00 AM
In a WAN environment, how many time can I save if I update just one field and if I update 15 fields?
JHausmann
Oct 11th, 2000, 11:34 AM
Depends.
In SQL server, for example, a varchar field triggers a delete/insert update under certain cirumstances (if the varchar value is larger than it was before or if the varchar is part of the primary key). This kind of update takes longer than the usual "update in place" update.