rs_get_textptr

Description

Retrieves the description for a text, unitext, or image column.

Examples

Example 1

Creates an rs_get_textptr function string for the repcopy column in the blurbs table. The function string name, copy, is the name of the text, unitext, or image column in the replication definition.

create function string
 blurbs_rep.rs_get_textptr;copy
 for sqlserver2_function_class
 output language
 'select repcopy from blurbs
 where au_id = ?au_id!new?'

Usage

See also

rs_datarow_for_writetext, rs_textptr_init, rs_writetext