Database & 技术 14 May 2007 02:10 pm

php使用ODBC连接access

需要修改下php.ini里odbc的设置,否则遇到长字段可能只取到部分数据。

  1. ; Handling of LONG fields.  Returns number of bytes to variables.  0 means
  2. ; passthru.
  3. ;odbc.defaultlrl = 4096
  4. odbc.defaultlrl = 80960

Trackback This Post | Subscribe to the comments through RSS Feed

Leave a Reply