V
Vincent Dalton
All,
I have a table named "CONTACTS" with 104 records in it, a table named
"ZIP_CODES" with 42,471 records in it, and several other tables. I load
these records into a dataset, create the relationships, and then bind the
controls on the form to the dataset. The ZIP Codes are loaded into a
combobox. All the controls load quickly. However, It takes forever to load
the form, to move from record to record, or update a record.
If I remove the binding from the "ZIP_CODES" table, the problem is gone. The
form loads quickly, navigation is quick and deleting/updating is quick. This
defeats the purpose, though, as the record is no longer bound. Is there a
way that I can still have the ZIP codes databound to insure referential
integrity as well as speed up the form/dataset?
TIA,
Vince Dalton
I have a table named "CONTACTS" with 104 records in it, a table named
"ZIP_CODES" with 42,471 records in it, and several other tables. I load
these records into a dataset, create the relationships, and then bind the
controls on the form to the dataset. The ZIP Codes are loaded into a
combobox. All the controls load quickly. However, It takes forever to load
the form, to move from record to record, or update a record.
If I remove the binding from the "ZIP_CODES" table, the problem is gone. The
form loads quickly, navigation is quick and deleting/updating is quick. This
defeats the purpose, though, as the record is no longer bound. Is there a
way that I can still have the ZIP codes databound to insure referential
integrity as well as speed up the form/dataset?
TIA,
Vince Dalton