On Fri, Mar 11, 2011 at 2:50 AM, Er.SALIM MANDREKAR < [email protected]> wrote:
> i'm getting RAKE ABORTED!!! ERROR. > > n after this i get message in command prompt saying only MS SQL SERVER 2005 > AND LATER ARE SUPPORTED.. > > I INSTALLED THE GEM WHICH IS FOR SQL SERVER 2000. > > BUT STILL THE SAME. > Well the error message is pretty clear. It corresponds to what is written in the documentation for activerecord-sqlserver-adapter: "This gem should support SQL Server 2005 but not 2000 because of type changes." This gem is not going to do what you want it to do. Instead you should try using the gem rails-sqlserver-adapter which does, accordind to its documentation, support SQL Server 2000. https://github.com/adzap/rails-sqlserver-adapter B. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

