Number of affected rows

2002-05-07 Thread Edilson Vasconcelos de Melo Junior
Hi, I'm using the C API for mysql and i wanna know how can i get the number of affected rows after a UPDATE statement. Thank u very much, Edilson. - Before posting, please check: http://www.mysql.com/manual.php

Re: Number of affected rows

2002-05-07 Thread Paul DuBois
At 11:42 -0300 5/7/02, Edilson Vasconcelos de Melo Junior wrote: Hi, I'm using the C API for mysql and i wanna know how can i get the number of affected rows after a UPDATE statement. mysql_affected_rows() is probably what you want. For more info, check the MySQL manual C API chapter: http