From: Jeff Miller Date: 2008-04-19T07:51:43+09:00 Subject: Re: MySQL Query - Stupid question... Thanks, that worked. However, I'm doing another query in a different app using RoR... How can I achieve the same thing? I want to get the number of rows off a query such as this: @grab_new_entries = NewEntries.connection.select_all("SELECT displayname AS displayname FROM new_entries") @grab_new_entries.num_rows didn't work.... Thanks, - Jeff Miller -- Posted via http://www.ruby-forum.com/.