Click here to Skip to main content
15,887,440 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends


Which Is best method ,use sqlexpress or sql compact edition while creating desktop application with backend as sql in .net 3.5

thanks

Randeep chauhan
Posted
Updated 3-Jun-11 20:50pm
v2

1 solution

Depends on what you are trying to do:

If you need multi-user then SQL Express (SqlCE is single user only)
The same for stored procedures and a few other bits 'n' bobs.

However, if you need a small, simple single user SQL database that needs no installation other than that needed for any .NET application, then SqlCE is a good bet.
 
Share this answer
 
Comments
Randeep Chauhan 4-Jun-11 3:14am    
Thank Your reply Sir.One last question is i devolped a desktop application with c# and sql express2005 and i want to install it on client machine .Is i also install sql express 2005 on client machine sepertely yes/no.
Thanks again Sir,
Randeep Chauhan
OriginalGriff 4-Jun-11 3:19am    
Always give them the option of installing it, don't try to install it yourself. They may already have SQL server installed on the network and prefer to use that.

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