Quee WM wrote: > Aldric Giacomoni wrote: > >> >> Sounds like you should be posting this in the Rails forum / newsgroup. >> Also sounds like you should look into migrations. > > I shall try posting to the rails forum, but i would still very much like > to learn how a script can interact with a database using active record. > and any pointers in that directions will be greatly helpful. Migrations, as I mentioned, are excellent for one-time work on tables, including addition of columns and data. -- Posted via http://www.ruby-forum.com/.