Question
Oracle CLOB Output Problem
I'm trying to output the results of a query which returns a
CLOB from an oracle database. If I just use cfoutput on it I get
something like oracle.sql.CLOB@73cfe2 which obviously isn't useful
to me. After searching the internet for answers I came across
several people who suggested creating a java.lang.String object and
passing my CLOB into the init method but that resulted in an error
"Unable to find a constructor for class java.lang.String that
accepts parameters of type ( oracle.sql.CLOB )." At this point I'm
at a loss and don't know what to do. It seems like such a simple
issue but I can't figure it out. Any help would be appreciated.
I'm running version 7,0,0,91690 on Windows 2003.
Thanks
I'm running version 7,0,0,91690 on Windows 2003.
Thanks
