Re: perl DBD::mysql question: SOLVED

2002-01-28 Thread Paul van den Berg
0100,0100,0100Hello Jeremy, list, I asked: > After a select .. insert .. the mysql client returns something like: > Query OK, 11393 rows affected (0.47 sec) > Records: 11393 Duplicates: 0 Warnings: 0 > > Is it possible in perl/DBI to fetch the count of duplicates and warnings, > or even

Re: perl DBD::mysql question

2002-01-25 Thread Jeremy Zawodny
On Thu, Jan 24, 2002 at 01:48:58PM +0100, Paul van den Berg wrote: > 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 effect

perl DBD::mysql question

2002-01-24 Thread Paul van den Berg
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 dupli