Component Integration Services includes changes to the readtext command.
See also readtext in the Reference Manual: Procedures
readtext [[database.]owner.]table_name.column_name text_pointer offset size [using {chars | characters}]
Handling of the readtext statement is the same as for ASEnterprise.
Handling of the readtext statement is the same as for ASEnterprise.
If the DirectConnect does not support text pointers, readtext cannot be sent and its use results in errors.
readtext [[database.]owner.]table_name.column_name text_pointer offset size [using {chars | characters}]
readtext is issued anytime text or image data must be read. readtext is called when a select command refers to a text or image column in the select list, or when a where clause refers to a text or image column.
select * from books
select id, name, textptr(blurb) from foo_books
readtext foo_books.blurb @p1 0 0 using chars