From: Ronald Steckly Date: 2008-04-02T10:30:44+09:00 Subject: I'm trying to write a script that uses FasterCSV.table and puts the result in a MySQL database ------=_Part_17011_7714966.1207099843013 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Trouble is, I know how to do the CSV part. But I don't know how to do the MySQL part. How do I connect to a MySQL database? I mean, it seems intuitive on Rails with ActiveRecord, but in a script? Any ideas? Ron ------=_Part_17011_7714966.1207099843013--