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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top