| 
 Posted by Matt M. on 02/18/05 19:01 
> FATAL: emalloc() : Unable to allocate 1073741824 bytes 
 
I found this at http://us4.php.net/odbc_exec 
 
I kept getting FATAL: emalloc() errors when using select statements 
via odbc for MS SQL. 
 
I had no control over the DB as it is a commercial CRM system. 
 
I found that by 1st issuing an SQL query of "set textsize 9999;' 
within my PHP script is has resolved the issue..
 
[Back to original message] 
 |