| Article: |
Rolling with Ruby on Rails | |
| Subject: | using Microsoft Access | |
| Date: | 2005-06-13 18:40:24 | |
| From: | stauds | |
| I am trying to use Microsoft Access as my data base system, is there an easy fix to getting Access to work with this example | ||
Showing messages 1 through 3 of 3.
-
using Microsoft Access
2007-07-25 07:24:04 dcparker [View]
Take a look at http://blog.behindlogic.com/2007/07/msaccess-for-rails-heres-your-rough.html, it should do you the trick. It's somewhat rough, but it's been doing the job well so far.
-
using Microsoft Access
2005-06-13 19:45:18 Curt Hibbs |
[View]
No one has yet written an MS Access interface driver for Rails. -
using Microsoft Access
2006-03-09 00:43:32 Tlong [View]
Hi,
How does such interface driver looks like?
To access to an MS-Access-DB, we can do something like DBI.connect(dbi:odbc:your_ms_access_conection). Programming in Rails means using OR-Mapping. What we are missing here is the OR-Mapping-Layer for Access, right? How does such OR-Mapping implementation looks like? Where can I get an example?
thanks alot


