Is there a compact or express SQL Server version that I can package with my WinForms app & is free?
Posted
by Greg
on Stack Overflow
See other posts from Stack Overflow
or by Greg
Published on 2009-10-06T05:47:03Z
Indexed on
2010/05/16
0:50 UTC
Read the original article
Hit count: 428
Hi,
Is there a light weight version of SQL Server I could use that has the characteristics of:
- Free (assuming my winforms app is semi-commercial)
- Can be seemlessly packaged for deployment as part of the winforms click-once application? (i.e. ease in installation for the user).
- Light weight for the user (ideally something that just runs when the winforms application that uses it is running - but better than using XML sererialization for persistance).
Thanks
© Stack Overflow or respective owner