Peter Zolja
Member²
I ran across a funky query:
select 'line1'||chr(10)||chr(13)||'line2' from dual;
it seems to be cutting off the last two characters ("e2"). Any ideas? (the same query used with the ADO components - D7 - works fine).
Thanks. (I think my version is 4.0.5.0, has this been fixed since?)
select 'line1'||chr(10)||chr(13)||'line2' from dual;
it seems to be cutting off the last two characters ("e2"). Any ideas? (the same query used with the ADO components - D7 - works fine).
Thanks. (I think my version is 4.0.5.0, has this been fixed since?)