Text and image types

Open Client supports a text datatype, CS_TEXT, a unitext datatype, CS_UNITEXT, an image datatype, CS_IMAGE:

Small text, unitext and image data values require no special handling. Result values can be bound to program variables and subsequently fetched, and input data values can be entered into a database using the Transact-SQL insert and update commands. However, when text, unitext and image values are large, it is usually more practical for an application to use routines that allow the text, unitext or image data to be handled one chunk at a time.

These routines are:

For more information about text, unitext and image data processing, see the “text and image Data Handling” topics page in the Open Client Client-Library/C Reference Manual.