What about 'usefull' queries? Do they fail too?

Bye,
  Madruga

-----Original Message-----
From: Denis Eltsov [mailto:[EMAIL PROTECTED]]
Sent: sexta-feira, 23 de Março de 2001 7:47
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] FATAL: emalloc(): Unable to allocate 2147483599 bytes


I use win2000 SP1 - IIS5 - php4 (as CGI) - odbc connection to Access 2000
Everything was fine until I install MS SQL 2000 to the same machine.
After this I receive such a message

FATAL:  emalloc():  Unable to allocate 2147483599 bytes

every time I try to execute such a program
<?
$x=odbc_connect("oh","","");
$r=odbc_exec($x,"select 'a' as a_leter from some_table");
?>

ODBC works fine from any other program. select text_field from some_table
all so works fine .

Best regards Denis Eltsov

P.S. I undestend what select 'a' as a_leter from some_table will return my
"a" several times.
This is an example of problem. :)





-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to