On Sat, 17 Feb 2001 04:27, Jeff Oien wrote:
> Yes! That was it. Thank you very much.
> Jeff Oien
>
> > Are you using 3.23.33?  If so try removing the space between the
> > COUNT and the open paren.  It looks like there may be a bug in the
> > latest release (seeing this problem on the mysql list for MAX,
> > probably exists for COUNT as well).
> >
> > -jm

For future reference, you can use mysql_error() after your call to the 
database to return the text of the error message from the previous mysql 
operation. In conjuction with mysql_errno(), you could build a little 
error reporting routine...

-- 
David Robley                        | WEBMASTER & Mail List Admin
RESEARCH CENTRE FOR INJURY STUDIES  | http://www.nisu.flinders.edu.au/
AusEinet                            | http://auseinet.flinders.edu.au/
            Flinders University, ADELAIDE, SOUTH AUSTRALIA

-- 
PHP General 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