Data base in PDA: how to improve the time of update?

  • Thread starter Thread starter Vicente Nicolau
  • Start date Start date
V

Vicente Nicolau

Hello

I'm making a PDA project that uses a data base. That data base is saved in a
xml file. When the application starts up, I load the xml file in memory. The
application makes changes in the data base (which is in the memory of the
PDA) and finally, when the program closes, it saves all data (which are in
the data base) in the xml file.

My question is: is there any way to save only the modifications instead of
to save again all data base in the xml file? Note:In the beginning, the
application doesn`t know which registers of the data base are going to
modify.

Thanks.
 
Back
Top