Hi, I''ve been researching Rails and I''m having some trouble getting it to connect to my Postgresql database. Specifically, I was wondering how you interface with more than one table in an application. It seems to have trouble with having more than one table and letting them cooperate easily. Can anyone show me how this is done? Also, what is the support in Rails for tables with dynamically assigned names? My database has tables that are created automatically and have names which are programmatically assigned ... how would I go about using those tables in Rails? What is the support in Ruby on Rails for Dynamic SQL? Thanks for the help, SEAN