D
Daryll Shatz
I am getting confused. Is a dataset intended to be used as a recordset (ie:
ADO.Recordset) or a database?
I have 8 tables (varys from 100 to 10000 records in each table) which are
shared among many forms. Is the best design to create a single dataset
containing all the tables, populate all the tables in the main form, and
then create dataviews in each form to access/edit the records? Or is it
better to create "mini" datasets on each form that only contains the tables
needed by that form and load the tables everytime the form is invoked?
It would seem better (faster and less resources) to create a single dataset,
populate it, and then use the dataviews to access them.
How is this intended to be done?
ADO.Recordset) or a database?
I have 8 tables (varys from 100 to 10000 records in each table) which are
shared among many forms. Is the best design to create a single dataset
containing all the tables, populate all the tables in the main form, and
then create dataviews in each form to access/edit the records? Or is it
better to create "mini" datasets on each form that only contains the tables
needed by that form and load the tables everytime the form is invoked?
It would seem better (faster and less resources) to create a single dataset,
populate it, and then use the dataviews to access them.
How is this intended to be done?