[EMAIL PROTECTED] wrote:
I'm trying to write text to a BLOB. I got a valid return code but it did not write the BLOB.
> I was able to use similar code writing to a CLOB. Any examples I've seen for BLOBs
are reading
> from Binary files. Here's how I did the CLOB, but it would not work for BLO
One thing I left off. I changed the Oracle field to a BLOB, replaced OCI_B_CLOB with
OCI_B_BLOB, the insert was successful but no data was saved to the BLOB.
Kathy
[EMAIL PROTECTED] wrote:
> I'm trying to write text to a BLOB. I got a valid return code but it did not
write the BLOB. I was abl
I'm trying to write text to a BLOB. I got a valid return code but it did not write
the BLOB. I was able to use similar code writing to a CLOB. Any examples I've seen
for BLOBs are reading from Binary files. Here's how I did the CLOB, but it would not
work for BLOB. Is this a bug in PHP?
$q