Click here to Skip to main content
15,887,676 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
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
Posted

1 solution

You probably want to look into Multiuser access[^] for a good starting point.

As for the second question, I don't believe so, but you may want to check out LocalDB. See the following links about LocalDB:

MSDN Magazine (at the bottom)[^]
Release annoucement[^]
LocalDB Q&A[^]

I haven't been following this that closely, but dig around a bit for it and see what you think. It may apply to your situation.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900