on disk dataset

  • Thread starter Thread starter Finn J Johnsen
  • Start date Start date
F

Finn J Johnsen

is it possible to work with a dataset -table in a way that doesn't load
the entire content to memory?

My reason for asking is large amounts of data in the table.
 
No, it's not possible. DataSet is in memory database and it could only
exist in memory.
For large amount of data, consider using SQL Server CE which keeps data on
a storage device including flash cards.

Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
 

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