Can I place a sql server compact database within a zip file and then use it as a normal stand alone database file?
The reason I ask is that there are a number of files that I want to keep together including the database for an application that I have and it would make it easier to move a single zip file to another pc rather than have a directory of files.
You have to unzip it before you can use it in your application. But then, that’s true of the other files in your zip also.