Is there a way to store and access a SQL CE (.sdf) database in isolated storage?

Posted by phredtalkpointcom on Stack Overflow See other posts from Stack Overflow or by phredtalkpointcom
Published on 2010-05-07T03:35:54Z Indexed on 2010/05/07 3:48 UTC
Read the original article Hit count: 395

Filed under:
|
|

I have a .Net application which must store all it's local data in isolated storage. I want to start using SQL CE to store this data. I can't find any documentation on how (or even if) this is possible.

  1. Is it possible to use isolated storage to store a SQL CE database?

  2. If so, what would the connection string look like (or is there some other way you would need to open the database)?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about sqlce