On Thu, Jul 04, 2002 at 08:48:26AM -0300, Skyhawk wrote:
> Please, How do I make to get all errors of MySql ?
> 
> I'm making a function for translate all errors. Example:

Uh, why?  PHP's mysql_error() does the job for you.
http://www.php.net/manual/en/function.mysql-error.php

If you're hell bent on your project, I don't know of a particular location
to find a list of all MySQL errors.  First try a _well_ _defined_ search
on Google.  Second, do a search on
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&group=mailing.database
As a LAST RESORT, ask the MySQL mailing list.

--Dan

-- 
               PHP classes that make web design easier
        SQL Solution  |   Layout Solution   |  Form Solution
    sqlsolution.info  | layoutsolution.info |  formsolution.info
 T H E   A N A L Y S I S   A N D   S O L U T I O N S   C O M P A N Y
 4015 7 Av #4AJ, Brooklyn NY     v: 718-854-0335     f: 718-854-0409

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

Reply via email to