Function Strings for Replicating text, unitext, and image Data

You must create rsdatarow_for_writetext, rs_get_textptr, rs_textptr_init, and rs_writetext function strings for each text, unitext, or image column, if you replicate columns with text, unitext, or image datatypes to a non-Adaptive Server database.

The function string name must be the text, unitext, or image column name for the replication definition.

Note: You cannot replicate rawobject or rawobject in row columns to non-Sybase databases unless you replicate these columns as their base datatype. The base datatype of rawobject is image; the base datatype of rawobject in row is varbinary.
Note: ExpressConnect for Oracle and ExpressConnect for HANA DB do not use LOB pointers to manage LOB data. Consequently, the Replication Server system functions used to manage LOB pointers are unavailable to ExpressConnect for Oracle and ExpressConnect for HANA DB. These functions–which include rs_get_textptr, rs_textptr_init, and rs_writetext–are visible to ExpressConnect, but their use is ignored by Replication Server.

See Replication Server Reference Manual > Replication Server System Functions.