rs_textptr_init

Description

Allocates a text pointer for a text, unitext, or image column.

Examples

Example 1

Creates an rs_textptr_init function string for the copy column in the blurbs table.

create function string blurbs_rep.rs_textptr_init;copy
   for sqlserver2_function_class
   output language
      'update blurbs set copy = NULL
           where au_id = ?au_id!new?'

Usage

See also

rs_get_textptr, rs_datarow_for_writetext, rs_writetext