Hi,

I've install W2K and php (ver 4.1.2) on my pc and copy my scripts wich
are running under a W98 OS.

It work fine but with the following sql call I crash my webserver.
 <?php
 $db = odbc_connect("MyDB",'','');
 $sql = "SELECT max(RegDate) FROM TDistribution";
 $result = odbc_exec($db, $sql);
 ?>

The problem is with the max function.

Under the console, i receive the following message :  FATAL : emalloc():
unable to allocate 214748599 bytes

Any idea to solve this problem under W2K (but same code run under W98)

Thank you in advance
Dominique van der Wal


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to