ASE Replicator has certain limitations regarding datatypes, constraints, and column properties:
Approximate numeric datatypes float, double precision, and real might cause ASE Replicator errors in the following situations:
Replicating an update or delete operation that changes a column with an approximate numeric datatype
A column with an approximate numeric datatype also has a primary key constraint
For more information about approximate numeric datatypes, see “Replicating approximate numeric datatypes”.
The timestamp datatype cannot be replicated.
For more information about the timestamp datatype, see “Replicating the value of the timestamp datatype”.
Replicating columns with the IDENTITY property can cause ASE Replicator errors.
For more information about the IDENTITY property, see “Replicating IDENTITY columns”.
The following inconsistencies between primary and replicate table columns might cause ASE Replicator errors:
Datatypes (see “Incompatible datatypes”)
Primary key constraints (see “Incompatible primary key constraints”)
Null type (see “Different null types”)