0

Possible Duplicate:
How to connect to SQL Server 2005 database through Ruby

I have developed a database using SQL server 2008. My colleague developed the web pages and uses Ruby 1.9.3 with his local host MySQL database in Ubuntu 12.04. How do we connect to the MS SQL database using Ruby?

0

2 Answers 2

2

Check out tiny_tds -- great gem by Ken Collins (@metaskills) created to talk to MS SQL

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

1 Comment

+1 Agreed. TinyTDS is a very straight path to making the connection.
1

In addition to using TinyTDS mentioned previously, consider using the Sequel ORM. It makes it easy to connect to multiple databases and abstracts the differences in their language so you can concentrate on programming, not writing queries in different flavors of SQL.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.