I use 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");
?>
or
<?
$x=odbc_connect("oh","","");
$r=odbc_exec($x,"select format("dd.mm.yyyy",date_field) from some_table");
?>
Best regards Denis Eltsov
--
PHP Database 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]