From: Damjan Rems Date: 2009-03-17T16:20:34+09:00 Subject: Re: Help to install ROR with MS-SQL Sankar Kumar wrote: > Hi, > > I have already installed ROR with sqlite & mysql . > & now i need to have ROR with MSSQL. You need to install odbc support on linux. This is my short rundown on Ubuntu. - install dbi and ruby odbc (synaptic) - install unixodbc apt get install unix-odbc - install freeTDS driver (synaptic) - configuration files are in /etc/odbc.ini /etc/odbcinst.ini You will also need ar support for mssql: gem install activerecord-sqlserver-adapter --source=http://gems.rubyonrails.org by TheR -- Posted via http://www.ruby-forum.com/.