The information in this article applies to:
SUMMARY
By design, ISQL/W and the SQL Query Tool only display 255 characters when
reading TEXT and IMAGE data. Setting TEXTSIZE does not make any difference.
This default was set to reduce the likelihood of Windows 95-based text-
drawing APIs and graphics drivers exceeding their character-per-line
maximum. ODBC or DB-Library applications should not have any problems
getting TEXT or IMAGE data beyond 255 characters.
MORE INFORMATION
To retrieve all TEXT or IMAGE data from a record, use READTEXT in a loop to
read the data out in chunks, as in the following example.
Sample Table Schema
Loop to Retrieve TEXT Data Out in Chunks of 250 CharactersNOTE: The database must have the 'SELECT INTO/BULK COPY' option enabled.
Additional query words: readtext dblib db-lib
Keywords : kbusage SSrvISQL |
Last Reviewed: April 16, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |