Function strings for replicating text, unitext, and image data

If you replicate columns with text, unitext, or image datatypes to a non-Adaptive Server database, you must create rsdatarow_for_writetext, rs_get_textptr, rs_textptr_init, and rs_writetext function strings for each text, unitext, or image column. The function string name must be the text, unitext, or image column name for the replication definition.

NoteYou 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.

Refer to Chapter 4, “Replication Server System Functions” in the Replication Server Reference Manual for complete syntax and usage guidelines.