Voting

: three plus two?
(Example: nine)

The Note You're Voting On

Dawid Krysiak
11 years ago
Unlike oci_fetch_all(), after using oci_fetch_assoc(), LOB columns (CLOB, BLOB) are NOT returned as strings but as Oci-Lob objects. You have to use Oci-Lob->read() or load() method in order to read column content.

<< Back to user notes page

To Top