Cannot find sqlserver adaptor for ActiveRecord

I have been trying to find the adtiverecord adaptor for MS SQL server and attempted to install with the command found on the http://wiki.rubyonrails.com/rails/pages/HowtoConnectToMicrosoftSQLServer wiki page:

  gem install activerecord-sqlserver-adapter --source=http:// gems.rubyonrails.org

I then got the error message:

  ERROR: could not find activerecord-sqlserver-adapter locally or in a repository

Does anyone know where the sqlserver adaptor has gone for activerecord 2.0.2?

Harley Mackenzie

What about using the activerecord-odbc-adapter instead?

best. mike

http://groups.google.com/group/rails-sqlserver-adapter/

Mike,

Any examples on how to do this?

All the documentation I've seen has the sqlserver adapter using odbc as the mode.

Thanks,

Andrew

Here's the project's home page: http://odbc-rails.rubyforge.org/

(disclaimer: I have never used this gem. I've never needed to interact
with SQL Server.)

best. mike