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