Posted by sims123 on 09/20/06 17:08
How to access oracle clobs using PEAR DB?
Suppose I have a column "content" which is clob.
"Select content from foo";
...
$row = $result->fetchRow();
echo $row['content']; //returns empty string.
I have default fetch mode DB_FETCHMODE_ASSOC. Do I need to change fetch
mode?
Thanks in advance.
--
sims123
------------------------------------------------------------------------
sims123's Profile: http://techiegroups.com/member.php?userid=353
View this thread: http://www.techiegroups.com/showthread.php?t=116969
Navigation:
[Reply to this message]
|