Question:
Whenever I start editing a record, even with Cached Updates ON, why is a SELECT statement executed?
Answer:
The BDE needs to know what the current values are in the record so that when it goes to do an UPDATE it knows what record to change.
Last Modified: 25-APR-00