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. Thank you -- 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.
