J
jensen bredal
Hello,
I have an asp.net app . I load a huge table from database in a datatable
object which is
cached. The source table is modified once an hour. I want my "in memory"
table to reflect these changes without reloading everything.( In fact , only
a few rows are added , substracted to the table).
How do i best update my "in memory" table without reloading the whole source
table. That should be far more efficient then having to pull the entire
table again.
Many thanks
JB
I have an asp.net app . I load a huge table from database in a datatable
object which is
cached. The source table is modified once an hour. I want my "in memory"
table to reflect these changes without reloading everything.( In fact , only
a few rows are added , substracted to the table).
How do i best update my "in memory" table without reloading the whole source
table. That should be far more efficient then having to pull the entire
table again.
Many thanks
JB