readtext

Description

Reads text and image values, starting from a specified offset and reading a specified number of bytes or characters.

Syntax

readtext [[database.]owner.]table_name.column_name
text_pointer offset size 
[holdlock | noholdlock] [readpast]
[using {bytes | chars | characters}]
[at isolation {
	[ read uncommitted | 0 ] | 
	[ read committed | 1 ] |
	[ repeatable read | 2 ]| 
	[ serializable | 3 ] } ]]

Usage

Usage


Server Class ASEnterprise


Server Class ASAnywhere


Server Class ASIQ


Server Class sql_server


Server Class direct_connect


Server Class db2

See also

See Also

readtext in the Adaptive Server Reference Manual.