Top "Tiny-tds" questions

TinyTDS is a Ruby library to access Microsoft SQL Server databases using FreeTDS.

Failing to bundle install tiny_tds on Mac OS X 10.8 with Homebrew FreeTds

MY QUESTION What are some surefire steps I can take to 100% get this working? I would need real instructions, not …

ruby-on-rails ruby macos freetds tiny-tds
TinyTds Error: Adaptive Server connection timed out

We are running a ruby on rails application on rails 3.2.12 (ruby 1.9.3) with current tinyTDS gem 0.6.2. We use MS SQL 2012 or 2014 …

ruby-on-rails ruby sql-server tiny-tds
Tiny_tds: Connect: Server name not found in the configuration files

require "rubygems" require "tiny_tds" client = TinyTds::Client.new(:username => 'sa', :password => '', :host => 'RICHARD_PC\SQLEXPRESS') …

ruby tiny-tds
Remove square brackets from array?

I have an array that I'm trying to load into a SQL statement. When I compile the SQL statement and …

ruby tiny-tds