문제

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 ?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top