------ art_32371_22477419.1173818202143 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 3/12/07, Ashok Kumar <ashok.webdev / gmail.com> wrote: > > hi, > > i want to access "Microsoft access files(*.mdb)" on linux through ruby on > rails framework. > is it possible? > if so how? > any examples available? > can any one give me some pointers? > > > Ashok > I just saw this today on the Polishing Ruby blog (http://blog.zenspider.com/): activemdb (http://rubyforge.org/projects/activemdb). From the rubyforge project page: "Lets non-Windows boxes read MS Access (.mdb) files. Uses ActiveRecord-ish reflection to parse table and column names. Intended for exploration and migration, not production. Requires binaries from the MDB Tools project ( http://mdbtools.sourceforge.net/)." Nate ------ art_32371_22477419.1173818202143--