Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I m working on my final year project.
I have made a shopping mall management system using c#.
Now i want to make a exe file but condition is i want the database of the project also to be included in exe file.
As soon as i run the exe file the database should also be installed at my system.
The database is in SQL SERVER 2000.
Pls can any one tell me pls as i hv to submit the project CD on 29th march pls pls help..

Thanx...
Mahera
Posted
Updated 26-Mar-10 20:42pm
v2

As far as I know this is not possible. You will have to install SQL server separately using the installers provided by Microsoft.

If you want something that works out of the box without installing anything then I suggest you use http://www.sqlite.org/[^]. There is a wrapper for C# http://sqlite.phxsoftware.com/[^]. I guess it should be relatively easy to move from SQL Server to SQLite using this wrapper.

-Saurabh
 
Share this answer
 
Any particular reason for downvoting?

-Saurabh

[This is NOT an answer. Use the forum beneath for these comments]
 
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