> I can't access my data after a working query :
> $byter="
>             select SUM(bytesrecvd)
>             from WebProxyLog
>             where DestHost = \""  . $name . "\"";
> 

SELECT SUM(bytesrecvd) AS SOME_NAME

(Aggregates drops the column name...)

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

Reply via email to