I have written a PHP function that uses the MySQL command:
LOAD DATA INFILE ...

The command returns the result in mysql_info()
Records: 42 Deleted: 0 Skipped: 0 Warnings: 5

My question is how do you find out what the 5 warnings are.
Does MySQL put them in a log file somewhere and is there a way to display
them to my user through PHP.

Thanks,
Mark.



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

Reply via email to