I need to know :
How to include a SQL database with my Windows Form application after deployment ?
Windows Form Deployment with SQL Database
Page 1 of 13 Replies - 317 Views - Last Post: 04 January 2013 - 03:08 PM
Replies To: Windows Form Deployment with SQL Database
#2
Re: Windows Form Deployment with SQL Database
Posted 02 January 2013 - 12:36 PM
I'd suggest reading up on Microsoft SQL Server Compact, or SQLite. Both are embed SQL databases that you can use with your applications without needing to install an actual SQL server.
#3
Re: Windows Form Deployment with SQL Database
Posted 04 January 2013 - 02:41 PM
Between the two, which would you suggest?
#4
Re: Windows Form Deployment with SQL Database
Posted 04 January 2013 - 03:08 PM
I'm as sucker for open-source and platform/language independence, and in that way SQLite is the superior choice. However SQL Server, of course, fits very well into the MS product line and may well make things simpler for .Net developers. - I'm not 100% sure exactly how they compare feature vise (it's been some time, many updates ago, since I've used SQL Server this way), so I'm not perhaps in the best position to recommend one over the other. Neither is a bad choice though.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote





|