Date: 08/31/00
- Next message: Todd Cary: "Re: [PHP-DB] PHP4 and InterBase"
- Previous message: Larry Linthicum: "[PHP-DB] to BLOB, or not to BLOB, that is the ?"
- In reply to: chang: "[PHP-DB] How could I read a CLOB in webpage?"
- Next in thread: Fred Bulah: "[PHP-DB] OCI_B_FILE error"
- Reply: Fred Bulah: "[PHP-DB] OCI_B_FILE error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Todd Cary: "Re: [PHP-DB] PHP4 and InterBase"
- Previous message: Larry Linthicum: "[PHP-DB] to BLOB, or not to BLOB, that is the ?"
- In reply to: chang: "[PHP-DB] How could I read a CLOB in webpage?"
- Next in thread: Fred Bulah: "[PHP-DB] OCI_B_FILE error"
- Reply: Fred Bulah: "[PHP-DB] OCI_B_FILE error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

