Deployment of SQL compact Edition (SDF files) using Setup project

Posted by Emad on Stack Overflow See other posts from Stack Overflow or by Emad
Published on 2009-08-27T13:42:30Z Indexed on 2010/04/01 23:03 UTC
Read the original article Hit count: 593

Filed under:
|
|

Hi, I have a C#.NET desktop application using SQL Compact edition as data store. The application should be used by any user on the machine and all should be seeing the same data ( data should not different per user).

I am wondering where should I deploy the SDF file?

  • User's Personal data folder (My Documents) means each user will have a separate database.
  • Deploying on the same folder as the application causes vista to copy the file to \USers\Appdata\local\VirtualStore\ and it seems to make different copies for each user.

Where is it best to deploy the SDF file to ensure all users are looking at the same data?

© Stack Overflow or respective owner

Related posts about sqlce

Related posts about deployment