Base table

  • Thread starter Thread starter Kenneth
  • Start date Start date
K

Kenneth

What's best way to keep base values in memory

In dataset or array

I have som base tables I load when my application start and I dont want them
go backward and forward to the SQL server, but is it best to kepp them in a
dataset or?

//Kenneth
 
You can do either, but DataSets /DataTables have a lot of cool data oriented
features that can make things like filtering and sorting much more
convenient and you can relate them using Datarelations...
 
Back
Top