If I build a solution in C#, how do I add a database to the final program?
- by DevX
Apologies if this is a very basic question, but I am preparing to create an executable for a Visual Studio C# Application. (My first time!)
My application uses a database that I'm currently storing in SQL Server. This works fine while I'm coding since I created the database manually on my computer.
I see that VS2008 has created an .exe in my bin/debug folder, but how do I ensure that any new users (that doesn't already have the database) doing a fresh install gets the database also?