I have a situation where I am trying to create a web application that takes the total number of records in a table and displays it on the screen. Sounds easy ...?
The main problem I am facing is that the database I want to look at is MSSQL. I did not configure such a DB connection from Rails, so I was hoping that someone could point me in the right direction.
My RoR application will run on the Ubuntu server (and is being developed on the OSX Leopard system).
EDIT:
I must clarify that the MSSQL DBMS runs on SQL Server 2005 and is located in a Windows server environment.
I tried checking the wiki.rubyonrails.org manual, but the site does not seem to be working (sadly)
Thanks!
sql-server ruby-on-rails activerecord odbc
Ganesh shankar
source share