Example 1: Select LONG_STR_FLD, RAW_FLD from XXX
in RAW_FLD field value byte in poz ~2000 replace to CHR(00)
this error appear in next RAW field after LONG_STR field (for example - varchar2(2000))
Example 2: Select LONG_STR_FLD, RAW_FLD1, RAW_FLD2 from XXX
RAW_FLD1 - bad (byte replaced)
RAW_FLD2 - good!
This error possible see and in PLSQL Dev
P.S. May be, problem in LongPieces and function CallbackDefine?
P.P.S Sorry my bad English
in RAW_FLD field value byte in poz ~2000 replace to CHR(00)
this error appear in next RAW field after LONG_STR field (for example - varchar2(2000))
Example 2: Select LONG_STR_FLD, RAW_FLD1, RAW_FLD2 from XXX
RAW_FLD1 - bad (byte replaced)
RAW_FLD2 - good!
This error possible see and in PLSQL Dev
P.S. May be, problem in LongPieces and function CallbackDefine?
P.P.S Sorry my bad English