ConFoo Montreal 2026: Call for Papers

Voting

: seven minus two?
(Example: nine)

The Note You're Voting On

tcmleung at yahoo dot com
23 years ago
odbc has a maximum buffer size, that means it only stores and retrieves a limited size of data to/from database each time. The maximum buffer size is 4096 and set in php.ini (odbc.defaultlrl). You can set it to higher value for larger data access.

<< Back to user notes page

To Top