Re: How to retrieve how many rows are affected after doing an INSERT statement - Mailing list pgsql-interfaces

From Michael Fuhr
Subject Re: How to retrieve how many rows are affected after doing an INSERT statement
Date
Msg-id 20050412155639.GA90146@winnie.fuhr.org
Whole thread Raw
In response to How to retrieve how many rows are affected after doing an INSERT statement  (jing han <jing_han_66@yahoo.com>)
List pgsql-interfaces
On Tue, Apr 12, 2005 at 08:41:24AM -0700, jing han wrote:
> 
> Is there a way to retriever from $dbh how many rows
> are affected after doing an insert statement, and how
> to present this? 

See the DBI documentation (e.g., "perldoc DBI") and search for
"rows" or "number of rows".

-- 
Michael Fuhr
http://www.fuhr.org/~mfuhr/


pgsql-interfaces by date:

Previous
From: jing han
Date:
Subject: How to retrieve how many rows are affected after doing an INSERT statement
Next
From: "Greg Sabino Mullane"
Date:
Subject: Re: How to retrieve how many rows are affected after doing an INSERT statement