Chapter 1. Introduction
1.1. Purpose
The DBReplicator API Reference explains the workings of DBReplicator in detail, and details how to use the api functions exported to roll your own replicator, or include replication directly in your application. It is illustrated with tables and code samples where necessary to aid in understanding the concepts put forth.
This manual attempts to describe the following:
Cases for Database Replication/Synchronization versus real-time WAN database connections
The dangers of replication, and how to design tables and databases to be replication-friendly
The various replication terminologies used by DBReplicator.
Working with the DBReplicator API functions
Details of the various error messages you might see
Limitations of DBReplicator and database replication in general

