Hi Guys,
phamvubinh wrote:
It works, but I still got a problem. If I store a large character object
(about 1 A4 page data), this object will be set by null so I can not see it
in my web application. I don't know why?
When I check my database, the data_length of the CLOB property is only 4000.
Looks like you might be out of luck with this one. The following
article is referring to Oracle 8i so if you're using 10, maybe the
problem's been fixed:
http://philip.greenspun.com/sql/limits.html
It would be a bit painful to implement, but you could go with the
suggestion at the bottom of that page and store your long data as
"lines" in a related table.
HTH,
Rob Hills
Waikiki, Western Australia
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]