Page 1 of 1

warning: Data that exceeds the maximum display length

Posted: Thu Jul 14, 2011 10:07 am
by dineshmj
i am getting this warning while viewing the data from the sequential file.

need to reading the column of 1050 bytes.

i have followed the link below

viewtopic.php?t=136299&highlight=unbounded+varchar

i am importing the table definitions with out length and tried viewing the source data. i am getting this warning but file is reading tilll 1000bytes and the remaining 50 bytes is truncated

want to read the complete 1050bytes without warning.

any help will be greatly appreicated.

Thanks.
dinesh

Posted: Thu Jul 14, 2011 1:04 pm
by chulett
That is a hard limit built into the viewer.

Posted: Thu Jul 14, 2011 2:26 pm
by dineshmj
thanks for the quick response chulett.


issue is while viewing the data it is generate warning and loading till 1000 bytes. but while loading the data in to other file. it is loading complete 1050 bytes. issue resolved.