[Rails] Re: activerecord adapter for msaccess mdb files

2010-11-11 Thread Marnen Laibow-Koser
Brian Hogan wrote in post #960756: 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

[Rails] Re: activerecord adapter for msaccess mdb files

2010-11-11 Thread sullivan.t
Cool ideas, guys. Thank you. Right now this is for a wireframe that an IT director built the schema for in the Access DB. I'm just going to toss it, copy the schema over to sqlite3 and wireframe with scaffolds in Rails 3 + the latest version of all the other stuff. It's that whole time to get