views:

74

answers:

2

How to connect to SQL Server 2005 database through Ruby in Windows

A: 

Here's an example.

Jonas Lincoln
A: 

Here's an example using Ruby and ADO to connect to and query an SQL Server database:

http://rubyonwindows.blogspot.com/2007/03/ruby-ado-and-sqlserver.html

And this article demonstrates how to use Ruby and SQL-DMO to automate server tasks:

http://rubyonwindows.blogspot.com/2007/09/using-ruby-sql-dmo-to-automate-sql.html

David

David Mullet