From: David Mullet Date: 2008-02-26T11:42:32+09:00 Subject: Re: SQL server LegioFox wrote: > Hello all : > > How connect from ruby to Microsoft SQL Server Express edition? > > Thanks In addition to ActiveRecord (already mentioned here), you can use win32ole and ADO. Here's an example tested with SQL Server 2000: http://rubyonwindows.blogspot.com/2007/03/ruby-ado-and-sqlserver.html David http://rubyonwindows.blogspot.com -- Posted via http://www.ruby-forum.com/.