1

I need to access data in an MS SQL database from a rails app.

The MS SQL database is maintained by our contractors, we just need to access data from it.

Is there a way in rails that I can access an outside db (not the main rails db)?

I can write my own SQL queries, I just need to open a connection to that outside db.

I'm on Rails 3.2.1

Thanks

1 Answer 1

1

Check out Connection Ninja , it's pretty straight forward and easy to use.

Sign up to request clarification or add additional context in comments.

Comments

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.