What Database to distribute as part of a C# app backend
Posted
by jez
on Stack Overflow
See other posts from Stack Overflow
or by jez
Published on 2010-06-01T16:08:54Z
Indexed on
2010/06/01
16:13 UTC
Read the original article
Hit count: 255
I am planning on writing and commercialising a C# app which will store data in an underlying database I use MySQL on my environment for my own development and this is what I would have used to write the application for myself (no need to use FK - MyISAM engine would be fine).
I am concerned about how easy it will be to distribute the app together with the database engine. Would using MySQL allow me for easy packaging of the app for a "one-click" install on the client side? (ie I do not want them to have to install MySQL by themselves) and also is it feasible from a licensing point of view?
Are there other Database systems which would make the process more straight-forward
© Stack Overflow or respective owner