關於php_oci是讀取LOB的問題

Warning: PDOStatement::fetch() [<a href='pdostatement.fetch'>pdostatement.fetch</a>]: column 3 data was too large for buffer and was truncated to fit it in  fetch


打開pdo_oci 下的 spa

oci_statement.c
文件,修改532行

col->maxlen = data_size;爲 code

col->maxlen = ( data_size + 1 ) * sizeof(utext);
orm

相關文章
相關標籤/搜索