E
Earl
Datasets are often referred to as an "in-memory database" or database
representation. I'm curious how much of the database most applications do or
should carry in memory? I tend to use a conservative approach, loading a
table or subsets of tables into the dataset whenever I load a form and then
clear that data when exiting the form. I'd be interested to hear how others
handle use of the dataset.
representation. I'm curious how much of the database most applications do or
should carry in memory? I tend to use a conservative approach, loading a
table or subsets of tables into the dataset whenever I load a form and then
clear that data when exiting the form. I'd be interested to hear how others
handle use of the dataset.