Larger text and image values

The following method is recommended for populating an Adaptive Server table with text or image values larger than 100K:

  1. insert all data into the row except the text or image values.

  2. update the row, setting the value of the text or image columns to NULL. This step is necessary because a text or image column row that contains a null value will have a valid text pointer only if the null value was explicitly entered with the update statement.

  3. Retrieve I/O descriptor settings for the column. This is done two ways:

  4. Update the columns as described in “Sending the new column value”.