How get skipped row count in PDO-MYSQL when use "LOAD DATA INFILE"
am 23.01.2008 07:29:37 von maximI use a PDO-MYSQL and executing a query like 'LOAD DATA INFILE ...'.
If I execute this query with mysql_query() I can use mysql_info() to
get info like
"String format: Records: 42 Deleted: 0 Skipped: 5 Warnings: 0."
How can I get this string using PDO-MYSQL get skipped count?