Ruby on Rails
Sunday, March 31, 2013
I'm learning how to work with Postgres databases.
I've figured out how to get the script at http://marcclifton.wordpress.com/2012/11/12/an-example-of-using-postgresql-with-ruby/ to run properly. I learned from this script how to enter data into a database table (addUser function) and how to print data from a database table on the screen (queryUserTable function).
What I'm trying to do now is store data from a database table in a variable (like an array of strings). For this particular example, how would you go about doing this?
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/RAhuzwQT2ZsJ.
For more options, visit https://groups.google.com/groups/opt_out.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment