Question
CLOB datatype
Hi,
I have a couple of columns in Oracle of datatype CLOB that I am using to collect form values. The text in these columns is basically resumes of people that I am collecting. The data is inserted into the Oracle database with the format in which it is submitted. I am trying to retrieve the contents using a cfquery and then using a cfoutput to display the contents. When i display the contents, the format is no longer there and spaces and special characters are all removed before it is being output. The output is simply all the sentences with the spaces removed. i would like to preserve the format of the contents just like they are entered into the database. Does anybody have a solution this is problem. Any help will be greatly appreciated.
thank you.
I have a couple of columns in Oracle of datatype CLOB that I am using to collect form values. The text in these columns is basically resumes of people that I am collecting. The data is inserted into the Oracle database with the format in which it is submitted. I am trying to retrieve the contents using a cfquery and then using a cfoutput to display the contents. When i display the contents, the format is no longer there and spaces and special characters are all removed before it is being output. The output is simply all the sentences with the spaces removed. i would like to preserve the format of the contents just like they are entered into the database. Does anybody have a solution this is problem. Any help will be greatly appreciated.
thank you.