Mario, You'll need to use freetds and tinytds with Sequel. At the bottom of http://sequel.rubyforge.org/rdoc/files/doc/opening_databases_rdoc.html there is a brief section that explains how to connect to SQL Server using TinyTDS. The tinytds repo is at https://github.com/rails-sqlserver/tiny_tds .
Here's how I typically connect: https://gist.github.com/2769616. Cheers, Doug On Thu, Jun 21, 2012 at 11:12 AM, Mario Ruiz <[email protected]> wrote: > hi... I'm trying to connect to an SQL Server from Linux and Windows with > Sequel, but I think the sql adapter is missing since it says: > sequel/adapters/sqlserver (Sequel::AdapterNotFound) > > I've been looking for adapters on internet and installing some of them,,,, > but nothing works > > > > -- > You received this message because you are subscribed to the Google Groups > "sequel-talk" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/sequel-talk/-/hQrDwj79GzkJ. > 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/sequel-talk?hl=en. > -- You received this message because you are subscribed to the Google Groups "sequel-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/sequel-talk?hl=en.
