what database should i choose ?
Posted
by MemoryLeak
on Stack Overflow
See other posts from Stack Overflow
or by MemoryLeak
Published on 2010-03-14T13:18:09Z
Indexed on
2010/03/14
13:25 UTC
Read the original article
Hit count: 297
I use winforms to develop a desktop application, and right now I plan to use SQL server express, but the problem is, if i use sql server express, then the installation is much trouble, i need to install sql server first, and install my own applicaiton.
Then I tried to use access 2003 as my database, then I only need to copy the mdb file with my application. But the access 's function is not that strong, the text length is limited to 255 byte.
Is there any other database solution, which is easy to integrate to my application, and easy to install after i develop my application ?
Many many desktop application have their own database, and easy to install and easy to use, what database do they use ?
© Stack Overflow or respective owner