From: Bulhac Mihai Date: 2007-10-20T16:01:09+09:00 Subject: read tables from SQL code hi, i have a SQL code like this one: SELECT Select_List FROM Table_List [WITH (BUFFERING = lExpr)] [WHERE Conditions] [GROUP BY Column_List] [UNION Clause] [HAVING Conditions] [ORDER BY Column_List] [INTO Clause | TO Clause ] [Additional_Display_Options] can i read/save with ruby the columns involved in that SQL select? -- Posted via http://www.ruby-forum.com/.