Home
Main Introduction Features Constants Statements Database Objects Parser Serial-Communication Samples Misc
DataBase>Implementing Replication in Caravan Database
Caravan Business Server>Help>DataBase>Implementing Replication in Caravan Database
Text Caravan Database provides a simple yet powerful method of replicating the database.

1) Define replicable fields at design time.
2) Replicate the entire table.
3) Replicate records at real time. i.e. when a record is inserted.
4) Prioritized replication.
5) Automatically create the database structure at the destination.
6) Maintains queue for records to be replicated.
7) Maintains replicated information.
Back