Hi!

>>>>> "Trent" == Trent Creekmore <[EMAIL PROTECTED]> writes:

Trent> In the MySQL manual, the error codes are not available. This is a serious 
problem. I have an error that keeps coming up and no way to solve it.
Trent> The error code is 1064. I believe for the syntax, but a THOROUGH check 
indicated there is NO error in syntax, so it must be a bug in the MySQL server.

THis is not stricly needed as you can always get the full error text
by using the mysql_error() call.

The errors are defined in:

Docs/mysqld_error.txt

1064 is the error given for syntax errors and ind I am not aware of
any bugs that would cause this error.

Are you 100 % sure that you don't have an syntax error or are using
some feature that MySQL doesn't support in your SQL command ?

Regards,
Monty

-- 
For technical support contracts, goto https://order.mysql.com/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Michael Widenius <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, CTO
/_/  /_/\_, /___/\___\_\___/   Helsinki, Finland
       <___/   www.mysql.com


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to