Replication Server lets you replicate columns that use the Adaptive Server datatypes text, unitext, image and rawobject.
When you replicate text, unitext, image, and rawobject columns you must specify a compatible replication status for each text, unitext, image, and rawobject column in both the replication definition and in Adaptive Server.
You cannot include text, unitext, image, or rawobject columns as part of the primary key or as searchable columns.
A unique set of columns must be identified so that text, unitext, image, or rawobject columns replication will only affect one row at the target database. This column or set of columns must be included in the primary key if a replication definition is used.
Use create replication definition to create a replication definition for a table that contains text, unitext, image, or rawobject columns.
See Replication Server Reference Manual > Replication Server Commands > create replication definition.
Use sp_setreptable to mark the table for replication.
SeeReplication Server Reference Manual > Adaptive Server Commands and System Procedures > sp_setreptable.
sp_setreptable sets the replication status of text, unitext, image, or rawobject columns to always_replicate.
If you do not want to replicate some of the text, unitext, image, or rawobject columns, use sp_setrepcol to change the replications status of those columns.
Use create subscription to make subscriptions for the replication definition and begin replicating the text, unitext, image, or rawobject data.
See the Replication Server Heterogeneous Replication Guide and the Replication Server Options documentation for information on non-ASE data servers.