I use winforms to develop a desktop application, and now I plan to use the SQL Server Express service, but the problem is that if I use SQL Server Express, the installation is very difficult, I need to install sql server first and install my own application.
Then I tried to use 2003 access as my database, then I only need to copy the mdb file with my application. But the access function is not so strong, the text length is limited to 255 bytes.
Is there any other database solution that is easy to integrate into my application and easy to install after developing my application?
Many desktop applications have their own database and are easy to install and use, which database do they use?
source share