Guest Fhwoarang Posted November 19, 2008 Posted November 19, 2008 Hello, everybody. I'm about to finish this program. I use SQL Server Express as a database, and ADO.NET to create the connection. I'm using C#. The question is, once the program is ready, do I need the client or the new program user to have SQL Server Express installed on his machine? I know that NET Framework is required, but is the SQL Server completely necesary to make the program work? Quote
Administrators PlausiblyDamp Posted November 19, 2008 Administrators Posted November 19, 2008 If the application uses SqlExpress then SqlExpress will need to be installed. If you are using visual studio to create an installer the wizard can automatically include SqlExpress as a dependency anyway. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Guest Fhwoarang Posted December 9, 2008 Posted December 9, 2008 Thank you very much, you are a life saver, literally. :D Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.