On Jun 23, 5:59 pm, jmDesktop <[email protected]> wrote: > If I have information in a legacy database will I be losing anything > by using RoR. Can I store configuration information in mysql but > display data from my legacy database?
That really depends on what database it is. However, there's absolutely not requirement for you to use MySQL; ActiveRecord provides adaptors that will work with MySQL, PostgreSQL, SQLite, Oracle, DB2 or SQL Server, and there are also adaptors available for other databases. While there are a few DB-specific issues to bear in mind, you should be fine using any of these databases. -Matt --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

