Click here to Skip to main content
16,005,473 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi there, i am new to sql database server. i have seen sample databases in form of setup applications. for example the Northwind which comes with sql server 2000. Please help me, how can i can i make my database into an executable application?
Posted

This might help you :
http://www.trap17.com/index.php/install-sql-server-express-package-deployment-instance_t60470.html[^]

You can add SqlExpress Edition to your installer and deploy during the noramal installation of your project. Also you can put a backup to your database and during the installation process you can restore the blank database in the newly created database instance.

;)
 
Share this answer
 
If your question is how to embed a SQL database into your application, thus you don't need to install a separate SQL server, try SQLite[^] or MySQL Embedded Server[^]
 
Share this answer
 
Your question is unclear. You can't make an executable app out of a DB, you have to write an app that can be run to access a DB. You can create an installer that installs a DB. Which did you mean ?
 
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