I am planning to write an application which will be used by people with synchronization requirements. Basically, I would need to allow multiple users access to the database and have a sync option that whenever they are online, will perform a two-way replication of data between the master and slave. Are there any facilities in H2 that would make this possible?
Specifically, are database records marked as deleted but not removed, or perhaps a way of logging every transaction performed on a database to replicate those actions on the server. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/h2-database?hl=en -~----------~----~----~----~------~----~------~--~---
