From: John Joyce Date: 2007-10-21T02:12:07+09:00 Subject: Re: read tables from SQL code Ruby DBI will let you do exact SQL, like DBI in other languages. ActiveRecord can do some of that select statement, but some of it no. ActiveRecord does have the ability to execute direct SQL statements though.