Unfortunately, I don't have PHP3 on Windows, but it works fine for me in
PHP3 on Linux and PHP4 on both Windows and Linux. This is also testing with
both MySQL and MSSQL in all three scenarios.
----- Original Message -----
From: "Piotr Fetras" <[EMAIL PROTECTED]>
To: "<"php-windows"" <[EMAIL PROTECTED]>
Sent: Wednesday, February 07, 2001 10:56 AM
Subject: [PHP-WIN] COUNT(*) fails in PHP3
> hi all !
>
> I have problems while executing SQL with aggregation functions, even
simple
>
> SELECT COUNT(*) FROM aTable
>
> stalls. It seems to be a problem in PHP3 itself since other odbc-based
applications run well.
> There is simple but stupid solution for this problem: add "group by"
phrase:
>
> SELECT COUNT(*) FROM aTable GROUP BY 1
>
> and it goes on.
> Is it the same in PHP4 ???
>
> piofet
>
>
>
>
>
>
> --
> 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]