From: yermej Date: 2009-12-25T01:35:06+09:00 Subject: Re: DBI: number of rows updated? On Dec 24, 7:35 am, Aldric Giacomoni wrote: > Is there a way with the DBI gem to figure out how many rows were > touched? >     rows = statement_handle.rows With Ruby 1.8.4 and DBI 0.1.0 this line works as expected for me. Have you checked the value of rows right after it's assigned? Maybe there's something else going on. Jeremy