Re: Result returned by LOAD LOCAL...

2004-10-26 Thread Egor Egorov
Karam Chand [EMAIL PROTECTED] wrote:


 When I execute a LOAD DATA INFILE statment.. mySQL
 returns a result with info like:
 
 Records: 1 Deleted: 0 Skipped: 0 Warnings: 0 
 
 
 How can I get more information about deletions,
 warnings etc?

See: 

  http://dev.mysql.com/doc/mysql/en/SHOW_WARNINGS.html
  http://dev.mysql.com/doc/mysql/en/LOAD_DATA.html

Hope that helps.





-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Result returned by LOAD LOCAL...

2004-10-25 Thread Karam Chand
Hello,

When I execute a LOAD DATA INFILE statment.. mySQL
returns a result with info like:

Records: 1 Deleted: 0 Skipped: 0 Warnings: 0 


How can I get more information about deletions,
warnings etc?

Karam

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]