Re: [PHP-DB] How could I read a CLOB in webpage? From: thies <email protected>
Date: 08/31/00

On Thu, Aug 31, 2000 at 01:37:18PM +0800, chang wrote:
> I follow the example in www.php.net
>
> $sql = OCIParse($conn,"select * from table_with_lob_field");
> OCIExecute($sql);
> while ( OCIFetchInto($sql, $row, OCI_ASSOC) )
>
> $lob_data = $row[lob_field_name]->load();
 $lob_data = $row["LOB_FIELD_NAME"]->load();

 oracle returns rows always in UPPERCASE.

> echo $lob_data;
> }
>
> but I still couldn't show the data in my webpage.
> Could anyone help me? thanks!
>
> Michael Chang
>
>
>
>
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-db-unsubscribe <email protected>
> For additional commands, e-mail: php-db-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>

-- 

Thies C. Arntzen "One Big-Mac, Small Fries and a Coke!" Digital Collections Phone +49 40 235350 Fax +49 40 23535180 Hammerbrookstr. 93 20097 Hamburg / Germany

-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>