I believe this is an old bug. What is your PL/SQL Developer version?
5.1.0.654
But then it bug fixed in next developer versions,bug in DOA components bi presend - i find it in my program
(I use Delphi 5)
I believe this is an old bug. What is your PL/SQL Developer version?
5.1.0.654
But then it bug fixed in next developer versions,bug in DOA components bi presend - i find it in my program
(I use Delphi 5)
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...