DB2 referential integrity rules

ASE does not support the DB2 referential integrity verbs ON DELETE CASCADE and ON DELETE SET NULL. ASE does support the referential integrity verb ON DELETE RESTRICT.

Do not define referential integrity rules in the replicate tables. DB2 enforces referential integrity rules on the primary tables. The updates and deletes that result are correctly replicated.