I am trying to use my application on a network. The database is in SSCE 3.5. When run at the same time on two different computers, it gives File Sharing violation. Please advise how to resolve this issue?
Also If I move to SQL Sever Express, is there any way that user does not have to install SQL Server Express, like for SSCE 3.5, we just copy 7 dll files and that’s all.
Thanks
Sharing SQL Server Compact files over the network is not possible. Only solution is to use SQL Server (Express) instead. And SQL Server Express must be installed on a machine somewhere. (Or you could consider SQL Azure, no install required)