Rails: Ho to connect to SQL Server

Hi,

I tried the steps explained in this link:

http://wiki.rubyonrails.org/rails/pages/HowtoConnectToMicrosoftSQLServer

The article t refers me to:

src/lib/dbd_ado/ADO.rb

But the file: dbi-0.1.0.tar.gz does not contain the src folder.

Instead, it contains this file:

\lib\dbd/ADO.rb

Am I missing some steps, or this is a document inconsistency?

Thank you,

Alan

If I recall correctly, that file is the one you need.

Remember that you will need to create the directory that you need on
your local machine.

I successfully connected to SQL server recently, and it worked very
nicely.

The great thing is that once I did that it was just like connecting to
any other abstracted db.

Very nice of ROR.

Ben