Amit Saxena wrote:
> Hi all,
> 
> I want to know how to get the count of number of rows returned in delete /
> update sql in Perl DBI ?
> 
> I have ready some articles on the internet and it states that the "execute"
> function returns the number of rows affected though it's not confirmed to
> work for all the database.
> 
> Is there any solution which will surely work on all databases ?

I suggest that you simply test to make sure that it works on your database.
'execute' will return -1 if the number of rows affected is unknown.

Rob

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to