0

I need to create an application that will compare similar data in two diffrent tables which are in two diffrent databases (oracle, and MS Access)

I do not need any data saved to the database.

Can Rails do this? Or is this being to bare within Rails?

Thanks

3
  • Rails can certainly do this, however, you will basically have to configure your rails app to use the oracle database as it's database to easily pull data from it. Querying and comparing data is not a problem for rails, but the trick lies in how you configure your system to communicate with the databases. Commented Oct 7, 2014 at 19:15
  • should be worth a look: stackoverflow.com/questions/17311199/… and stackoverflow.com/questions/20054/… Commented Oct 7, 2014 at 19:37
  • Ty! I appreciate those topics. They seem to point me in the right direction! Commented Oct 8, 2014 at 3:32

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.