Hi, using 8i (8.1.7) ... one of the fields in my table (it's varchar2) sometimes contains a carriage return or linefeed (or both?) that has been entered by the user. When doing a simple SELECT on this field, I get multiple lines in the output.
I know there must be a way to prevent this, because when I use Business Objects to report on the field, I don't have this problem. The same SQL is being generated, but there MUST be some setting that I'm not aware of. NOTE: I'm setting linesize to 10000 and the varchar2 field is smaller than that, so I assume that setting is not the problem.
Thanks!
I know there must be a way to prevent this, because when I use Business Objects to report on the field, I don't have this problem. The same SQL is being generated, but there MUST be some setting that I'm not aware of. NOTE: I'm setting linesize to 10000 and the varchar2 field is smaller than that, so I assume that setting is not the problem.
Thanks!