On Mar 16, 10:10 am, Filipe A Moreira <[email protected]> wrote: > Hi everyone, > > I've got a rails(+ sinatra) app that I am trying to make it work using > Sequel + TinyTds (to connect to SQL Server 2000). I'm using sequel (3.21.0) > with TinyTds (unreleased master branch) and everything is fine on my dev > box. > > When I try to run the app on my production box I get: > TinyTds::Error: Unable to open socket (Sequel::DatabaseConnectionError) > > When trying the connection using irb and the same setup as the app (Sequel + > TinyTds) I have no problems connecting to the database server. > > I realize that the problem might not be directly related to Sequel (because > the error seems to come from FreeTds) but because everything works outside > the app I thought I would ask you guys.
If it works outside the app with Sequel + TinyTds, it's unlikely to be a Sequel issue. I'd talk to the TinyTds developers first. If they think it might be related to the Sequel adapter, I'll be happy to work with them to resolve it. Thanks, Jeremy -- 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.
