Re: [Rails] activerecord adapter for msaccess mdb files

2010-11-11 Thread Brian Hogan
Adapters are actual ActiveRecord adapters. There's no msaccess adapter available, although there is a SqlServer adapter. If you can get the connection going through ODBC, you could probably write your own msaccess adapter - they're not that hard to write and you could use the sqlite3 adapter as a

Re: [Rails] activerecord adapter for msaccess mdb files

2010-11-11 Thread Walter Lee Davis
+++ We had to script the server to restart every day or it would ball up and sit in the corner sucking its thumb. Walter On Nov 11, 2010, at 10:47 AM, Brian Hogan wrote: (We used to do ASP pages with MS Access - let me just say that web apps + ms access == recipe for disaster.) -- You

[Rails] activerecord adapter for msaccess mdb files

2010-11-10 Thread sullivan.t
Good afternoon, I've had a hard time today trying to connect a rails app (still new to it, overall, though I do have some sintra experience) to an existing access mdb. I've installed the ODBC binding for ruby from http://www.ch-werner.de/rubyodbc/ I've also seen/used: