I am developing a sales management application for small business use. Besides delivering program with MSDE or Access, is there any way to store data without database? It is because I find it troublesome to deliver database togather.
Please give some advice. Thanks.
donno20
donno20
If your data not very large, you can use XML files.
But if your data is important and you must secure it , you have to encrypt your data
I love .Net 2.0 & SQL 2005
Javad Khadivi
Javad Khadivi is right.
perrakus
Hi,
Thanks for your reply, if I use XML to store data, can I use SQL like command to retrieve and search data from XML? Any library recommended?