Hello list,

the regular mysql-client returns some useful information after batch-inserts
like:
Query OK, 11393 rows affected (0.47 sec)
Records: 11393  Duplicates: 0  Warnings: 0

I can fetch the number of effected  rows in perl/DBI with $sth->rows,

but is it possible to fetch the count of duplicates and warnings, 
or even the time that the query took to process?

Regards, Paul


Paul B. van den Berg               email: [EMAIL PROTECTED]
Department of Social Pharmacy and Pharmacoepidemiology
University Centre for Pharmacy     tel:31-50-3633331 fax:31-50-3632772
Ant. Deusinglaan 1  9713 AV Groningen  Netherlands

---------------------------------------------------------------------
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