Temporary database concept

xzibited2

Active member
Joined
Jul 9, 2008
Messages
26
Programming Experience
1-3
A little background: I currently have software in production which updates a remote database. The software runs on a laptop with a mobile broadband card.

A problem has come up with how the software handles an update when its not in cell range. Obviously it errors out because it can't connect. I'd like to design a way that when it goes into "offline mode" it stores that data locally, and then updates the remote server once it gets into range.

Looking for concepts here...anyone have any suggestions how to most efficiently go about doing this?
 
Back
Top