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 --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
What about using the activerecord-odbc-adapter instead? best. mike On Jun 2, 2008, at 11:19 AM, harleym wrote:> > 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 > >--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
http://groups.google.com/group/rails-sqlserver-adapter/ On Jun 2, 8:34 am, Michael Breen <hard...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> What about using the activerecord-odbc-adapter instead? > > best. > mike > > On Jun 2, 2008, at 11:19 AM, harleym wrote: > > > > > 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--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
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 On Jun 2, 11:34 am, Michael Breen <hard...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> What about using the activerecord-odbc-adapter instead? > > best. > mike > > On Jun 2, 2008, at 11:19 AM, harleym wrote: > > > > > 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--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
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 On Jun 3, 2008, at 12:06 PM, Andrew Selder wrote:> > 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 > > On Jun 2, 11:34 am, Michael Breen <hard...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> What about using the activerecord-odbc-adapter instead? >> >> best. >> mike >> >> On Jun 2, 2008, at 11:19 AM, harleym wrote: >> >> >> >>> 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 > >--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---