Displaying 1 result from an estimated 1 matches for "usertablexxxx".
2005 Mar 06
9
How to do SQL queries outside of AR
Hi Everyone,
  I''m trying to figure out how to do SQL queries in the Controller.  I know
this is not recommended, but I can''t use ActiveRecord because I am
dealing with thousands of a different tables, one for each user, and
I don''t think AR can be made to handle that situation.
  You can assign the table name; but that''s a class variable so any particular