Click here to Skip to main content
15,917,545 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to include in my project a setup for database server or database engine using C#
so the users can setup my project without having any problems
is it possible to do that ?
Posted
Updated 7-Jul-11 6:22am
v2

1 solution

It is but it really isn't recommended. The best you could do is SQL Express (otherwise it would be copyright violation) and even then you should let the user decide.
SQL server is a multiuser DB, so it is quite likely that it will be installed on a different computer to the one your app will be installed on. If so, then you should attempt to use that instance instead: Give the user a link to the MS install for SQL Express instead and let them decide what to do.
 
Share this answer
 
Comments
snake1 7-Jul-11 13:00pm    
is there any way to install database server?
OriginalGriff 7-Jul-11 14:24pm    
Trust me, it is not a good idea.

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