If you replicate columns with text 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 or image column. The function string name must be the text or image column name for the replication definition.
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.
See the Replication Server Design Guide for more information.
See Chapter 4, “Replication Server System Functions” in the Replication Server Reference Manual for complete syntax and usage guidelines.