Question

I have an application connecting to a SQL Server database. I want to "download" some of the data to be able to get some information without an internet connection when I start my program a second time.

Do I have to create a local database (SQL Server CE - .sdf) to store the data ?

Was it helpful?

Solution

Yes, that's one way to do it.

Are we talking about an Occasionally Connected App here? In that case you should also look at the MS Sync framework. To consider syncing data between the local .sdf DB and your server's DB.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top