Oracle 11g: keeping "new line" / "line breaks" in a varchar2(4000) column?
Hello, all,
What is the best way to preserve line breaks from a <textarea> when inserting into an Oracle varchar2(4000) column?
I'm creating a comments section for a blog, and want to keep the input as the user entered it.
This is being processed in ColdFusion 10/11.
V/r,
^ _ ^
CORRECTION: Apparently, the line breaks are being kept, just fine, when I "view source" the page. So, this is a formatting-after-get issue, not an Oracle issue. Nevermind. ![]()
