Please answer this simple SPAM challenge: one minus zero? (Example: nine)
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 = 65536in your php code, before your queries:- ini_set ( 'odbc.defaultlrl' , '65536' );
<< Back to user notes page