Question Application Crash Situation...

jitenndra

New member
Joined
Apr 18, 2009
Messages
2
Programming Experience
5-10
Suppose we are using a .net based application for data entry. The data entry is done using disconnected environment.
1. while or before updation if the user machine crashes, what will happen to the entered data?
2. and In same case if server crashes what will happen to the data from other users?
 
Suppose we are using a .net based application for data entry. The data entry is done using disconnected environment.
1. while or before updation if the user machine crashes, what will happen to the entered data?
Depends if you saved it (WriteXml) or not I suppose

2. and In same case if server crashes what will happen to the data from other users?

Depends if you backed it up or not
 
no time for back

application jst shuts down ..

what all we shld do to tackle this just incase if v have a data entry software where thousands of records are entered daily in disconnected environment and then at the end of the day while closing data is updated.
 
Back
Top