Can I use an SDF file as a database for a small website where multiple users can access it in the same time? Or is SDF just for a single user?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No problem at all! The
.SDFis a SQL Server Compact database file.You can have multiple users accessing your application at the same time and making use of the same database file.
As SQL CE is a limited version of the full SQL Server, you have some limitations. Take a look at the Support section.