From: Joe Martin Date: 2010-03-31T22:51:47+09:00 Subject: Where to store SQL Queries in Ruby Console App Hi I'm building out a windows console app that talks to SQL Server 2005. I'm coming from an Access world, where the queries are nicely included in the front end. So I'm wondering: what are best practices for storing queries for an application? I certainly don't want to hard-code the queries into the application itself. One idea is to store each query in its own file in a separate directory and read in those query files on the fly. But I'm still left wondering if there is a bettery way to this. Ideas? -- Posted via http://www.ruby-forum.com/.