Text and image types

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

Small text 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 and image values are large, it is usually more practical for an application to use routines that allow the text or image data to be handled one chunk at a time.

These routines are:

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