View Single Post

   
  #12 (permalink)  
Old 04-08-2008, 11:16 AM
DA Morgan
 
Posts: n/a
Default Re: How to transfer varchar2 to long raw

tamsun wrote:

> Can you give me some suggestions about this scenario:
>
> user will input many characters, maybe 1,000,
> maybe 10,000. How to store these characters into database
> except using attachment ?


CLOB CLOB and CLOB. That is the best possible solution.

If the web developers can't figure out to to use it then that is the
problem you should be asking about. What toolset are they using?
--
Daniel A. Morgan
University of Washington
damorgan@x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Reply With Quote