Voting

: one minus zero?
(Example: nine)

The Note You're Voting On

mir eder
17 years ago
If you are having problems with truncated text fields from ODBC queries (pe. at 4096 characters), try some of the following:

in php.ini:
- odbc.defaultlrl = 65536

in your php code, before your queries:
- ini_set ( 'odbc.defaultlrl' , '65536' );

<< Back to user notes page

To Top