时间:2021-07-01 10:21:17 帮助过:15人阅读
php.ini 中有
; Handling of LONG fields. Returns number of bytes to variables. 0 means
; passthru.
; http://php.com/odbc.defaultlrl
odbc.defaultlrl = 4096
修改一下吧
谢谢。搞定了。给后面遇到人参考
bool odbc_longreadlen ( resource $result_id , int $length )
$result_id = odbc_exec(.....odbc_longreadlen( $result_id, 65535);