TinyTDS is a Ruby library to access Microsoft SQL Server databases using 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-tdsWe 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-tdsrequire "rubygems" require "tiny_tds" client = TinyTds::Client.new(:username => 'sa', :password => '', :host => 'RICHARD_PC\SQLEXPRESS') …
ruby tiny-tdsI have an array that I'm trying to load into a SQL statement. When I compile the SQL statement and …
ruby tiny-tds