I have a requirement to maintain multiple versions of the database entries.
Here is complete scenario. I have a master database which contains the meta data stored in relational tables. The clients( Windows App), first
connect to the Cental DB and gets latest meta data to the local
embedded DB.Then check out portion of Metadata and make changes
and finally check in to the Central DB with change in Version.
The functionality is almost similar to Source Code Control Management like Checkout,check in,sync with Central server, Updating/maintaining
Versions etc. But here the diff is "data stored in RDBMS" but not files.
Can any one show me the direction how to proceed.
Any opensource code/tool are available which comes close to these
specs.
Any related datbase design docs/technical which will be usefull is highly
appreciated.
Thanks
Ranga Vure