Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
hello all
please tell me how to create .exe file of any application and how to attach sql database along with the .exe?
please tell me step by step because i have created exe file but i unabled to attach the database.
Posted
Comments
Richard MacCutchan 27-Feb-13 7:50am    
Your question is not clear, if you want to attach the database then you need to use the System.Data.SqlClient Namespace.

1 solution

You can not attach database with your installer that will create the database for you. As i haven't found a way to do this so far. But You can try this.

Step 1: Create a batabase backup.
Step 2: Restore the database to client pc.
Step 3: Then run the .exe file and install your program.

Happy Coding :)
 
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