Problem with use long string and RAW (not OCI7)

DownyCat

Member
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
 
I believe this is an old bug. What is your PL/SQL Developer version?

------------------
Marco Kalter
Allround Automations
 
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)
 
The bug is fixed in the current PL/SQL Developer 5.1.3 release and in the currect Direct Oracle Access 4.0.0 release.

------------------
Marco Kalter
Allround Automations
 
Back
Top