|
All
|
InterBase Replication Suite 2 (ID #20739)
2p plus
The replicator services the InterBase database replication. Changes of a (source) database are transferred to other (target) databases according to a preset scheme. All the configuration data (schemes) are stored to a separate configuration database. In the replicated database triggers (that watches database modification and writes it to replication log) are created. The replication log is utilized by the replication server that replicates changes to target databases according to the replication log.
# the InterBase databases supported
# the SQL Dialect 1 and 3 supported
# the offline or online synchronization
# FTP, email or shared net dir transfer for offline replication, open source transfer libraries
# the offline packages can be encoded for improved security or compressed, open source interface, CRC checking
# visual replication manager (scheme editor)
# custom configurable history of records
# the replication server running as a GUI application or a console/NT service application
# multi-threading supported
# multi-segment primary key supported
# conditional replication and synchronization
# extended conflict checking
# replication into tables or stored procedures
# replication actions and errors are logged into logs
# replication statistics
# international support - optional UTC time stamps, Unicode/UTF-8 encoding
# source/target database recovery from daily backup and incremental backup
# SDK - a developer can implement full replication server functionality to own software
# password encryption
# database backup/restore
# database cloning
# replication of external files (linked from database using file name)

InterBase Replication Suite 2 home page
|