How to store data without database

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.



Answer this question

How to store data without database

  • super_pointer

    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



  • hazz

    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.



  • TheBlackShadow

    Javad Khadivi is right.

    If your classes aren't that complicated look up for XMLSerializer.


  • How to store data without database