Dear all,
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.

How to store data without database
Jeroen ter Heerdt
Javad Khadivi is right.
If your classes aren't that complicated look up for XMLSerializer.
ikarkaroff
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
Thanks again.
Becky N
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