Click here to Skip to main content
15,902,114 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi i have written a DB Application that uses a "sdf" file as a database(i created it via vs 2010),now i want to install it on user's computer.
do i need to install Sql Server or Sql Server Express to make the application work on user's computer?
Posted
Comments
joshrduncan2012 19-Nov-12 14:11pm    
Not necessarily. Just make sure you include the dlls for SQL Server Compact Edition in your project.

1 solution

As the other guy said, if you used SQL Server Compact, you only need to ship the dll. Otherwise, yes, you need SQL Server.
 
Share this answer
 

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