ActiveRecord -> Microsoft Access?

R

rpardee

Hey All,

I need to munge some data in an msaccess database file & am wondering
if it's possible to point ActiveRecord at such a beast. Does anybody
know? Looking over at the rails framework docs, there doesn't seem to
be any mention of msaccess specifically. I don't suppose there's a
generic ActiveRecord::ConnectionAdapter that I could pass a
DBI::DatabaseHandle into somehow, is there?

Thanks!

-Roy
 
N

ndh.00008B

If you look on the wiki, there is a bunch more documentation.
This page has a list of all the currently implemented Database Drivers
and some requested ones.

http://wiki.rubyonrails.org/rails/pages/DatabaseDrivers

At the moment it looks like ActiveRecord does not support access
through JET or ODBC but those are requested features.
Another place to look for rails features not in the main release is the
developer site

http://dev.rubyonrails.org/

Sometimes there are desired features available as patches, but they may
or may not be stable.

It looks like you can't use ActiveRecord for this. There might be other
packages available though.

--Nick
 
R

rpardee

Thanks for the pointers!

Bummer that there's nothing done on that so far. Ah, well...

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,206
Messages
2,571,070
Members
47,676
Latest member
scazeho

Latest Threads

Top