g***@gmail.com
2007-09-25 07:06:36 UTC
Hi Folks,
I have an doc/view application in which the document has huge data to
handle ,save, retrieve
and I should call my save function every time my document's size
increases to a certain extent.
1) How should I calculate that my doc size ?
2) how to save my data to the file after frequent intervals? I dont
want to loose my data if my appl crashes.
Actually I would be requiring the data through out the application
so when I save the data to the file it should be easily accessible.
Does Serialize concept comes in to picture here ?
Please help ..
Thanking in advance
JLD
I have an doc/view application in which the document has huge data to
handle ,save, retrieve
and I should call my save function every time my document's size
increases to a certain extent.
1) How should I calculate that my doc size ?
2) how to save my data to the file after frequent intervals? I dont
want to loose my data if my appl crashes.
Actually I would be requiring the data through out the application
so when I save the data to the file it should be easily accessible.
Does Serialize concept comes in to picture here ?
Please help ..
Thanking in advance
JLD