Invalid CRLF's

Hello

We have a really strange problem. In a field in our application (centura gui) I have entered a value into a memo field with two line breaks.

When I now query for this value in PL/SQL I see (in the Large Data Editor) a correct Windows CRLF (0D0A). I saw this topic: http://www.allroundautomations.com/ubb/ultimatebb.php?ubb=get_topic;f=3;t=001736#000000 I'm not sure what I should think about that because we mostly have correct crlf's and not just lf's..

The problem: As soon as I change the field with the Large Data Editor the CRLF's are no longer visible in the centura gui!

Strange is that the CRLF's are still there (LDE Hex). I can't see any change!

Is it possible that this is a problem with UNICODE ?

Best regards,
Remo
 
PL/SQL Developer always posts text data without CR characters to the database (just LF's). We are considering a preference for this.
 
Back
Top