Closed MikeEmery closed 12 years ago
Hello,
I believe that to connect so Azure you need a TinyTDS build that links to OpenSSL, as SSL is required for a secure connection, see Issue #75 and #74
It is my understanding that TinyTDS 0.5.1 on Windows doesn't require anything special to be done http://groups.google.com/group/rails-sqlserver-adapter/browse_thread/thread/af1eeff685797567?hl=en#.
https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/wiki/Using-TinyTds
"Start off by installing the gem. If you are on Windows, we precompile binaries for Ruby 1.8.7 and 1.9.2 for x86-mingw32. The precompiled gem includes the latest static version of FreeTDS too, so no compilation is needed. If you are not on Windows, installing the TinyTDS gem will require that you have FreeTDS installed and available in your PATH."
@MikeEmery 0.5.1 solves the issue around configuration file, not secure connection (SSL) provided by OpenSSL, but leaving to @metaskills to comment.
I promised him to solve that issue but not enough time for OSS the past few weeks.
Ahhhh, ok. Thanks for the clarification.
Yea,@luislavena is bung on the pre compiled Windows binary can not connect to Azure. I'll close this and you can follow either #75 or #74 for updates.
I've got a dead simple script that is failing to connect.
I get this error whenever I run it.
I am able to connect to the Azure database ok using SQL Management Studio. Any tips you can offer would be greatly appreciated.