[odb-users] Brief-case model with ODB

Alexander Konin aakmail at mail.ru
Fri May 4 06:13:24 EDT 2012


Hi,

How about brief-case model with ODB? Typical use case of an application I designing looks like this: a user connects to database with his personal notebook and retrieves neccessary data. Then the user saves the data on local storage (notebook HDD) and close the application (turns off the notebook).  Next time, for instance at home, the user works with the data. Then the user must synchronize his work with database. 

IMHO, simplest way to implement this scenario is serialisation of the odb::session object to any local storage (like XML or binary file), but there is no any related functionality in the odb::session class. Are there other solutions for this scenario with ODB?

Thanks, Alex


More information about the odb-users mailing list