South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
I have this demo for a client. I am running SQL as the back end database. What is the best way for him to get the program and simply run it, without having to attach a database and all that rigmarole; SqlExpress?
You would need to convert it to a SQL Server Compact database, which is an embedded SQL server database system. Would be the easiest way to do it without actually installing a full instance of SQL Server Express.
https://www.microsoft.com/en-us/download/details.aspx?id=17876
Write a routine in your program that creates the database? You will need something like this to update the database in future as well.