Ruby on Rails Wednesday, November 30, 2011

I think it is not a good idea to use Access as a datebase.
You could use EMS SQL Management Studio for PostgreSQL to export your
data from access to PostgreSql and then adopt ActiveRecord in your
Ruby project. But you have to adapt the table names and structure as
the ActiveRecord convention or customize the models (http://
2dconcept.com/articles/2-rails-legacy-db-activerecord-conventions).

On 30 nov, 03:53, Alec Taylor <alec.tayl...@gmail.com> wrote:
> Good afternoon,
>
> Is there a Ruby ORM gem which integrates with MS Access?
>
> Alternatively how would I convert one to PostgreSQL or MySQL then
> interpret it into ORM syntax for use in Ruby?
>
> Thanks for all suggestions,
>
> Alec Taylor

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment