tiny-tds Questions

8

Solved

MY QUESTION What are some surefire steps I can take to 100% get this working? I would need real instructions, not one liner answers or vague conceptual descriptions of the process. Let's get to th...
Maxilliped asked 21/2, 2013 at 14:15

3

Solved

The Error $ sudo gem install tiny_tds Building native extensions. This could take a while... ERROR: Error installing tiny_tds: ERROR: Failed to build gem native extension. /System/Library/Framewor...
Ingeborg asked 24/6, 2014 at 19:12

4

Solved

I used homebrew (linux port) to install freeTDS and am trying to deploy /bundle install my app with gem tinytds. I get this error output when doing bundle install Installing tiny_tds (0.5.1) with ...
Heterochromosome asked 3/4, 2012 at 16:42

3

I keep seeing this error, and I am unable to connect to the database on the remote server. I am given a connection string to the database, that looks like the following: data source=qsss.gar.de\S...
Breakthrough asked 3/8, 2016 at 12:54

2

Solved

I am using mac os and I want to connect to sql server by using ruby driver. I want to use tiny_tds but it gives error for missing free_tds but it was already installed. How can pass this? ~ brew i...
Palladic asked 13/10, 2015 at 12:20

4

Solved

I have been trying to install the TinyTDS gem on a Macbook with OSX 10.6. I was successful in installing Free TDS -- confirmed that it works via: tsql -H SERVER -p 1433 -U username. The error I'...
Edraedrea asked 20/8, 2012 at 18:25

1

I have to use the "Tiny TDS" gem with my Rails 4.2.3 and of course on cedar-14 of Heroku I can't because FreeTDS is not anymore on it. How to use FreeTDS on Heroku cedar-14? I'm looking on the we...
Yul asked 24/7, 2015 at 7:13

1

I am trying to figure out how to parameterize an SQL string before handing it off to be executed, but sadly I find a lot of this on the internet: sql = "SELECT * FROM table_name WHERE thing LIKE '...
Felten asked 24/1, 2013 at 22:55

1

Solved

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 and facing more then usual the following error message: TinyTds:...
Factoring asked 5/12, 2014 at 9:9

1

I'm trying to install tiny_tds on a mac running OS.X Mavericks but I receive the following error: ERROR: Error installing tiny_tds: ERROR: Failed to build gem native extension. /System/Library/Fr...
Valenza asked 24/7, 2014 at 10:49

4

This is the code I'm using to connect to SQL server 2012 express. My file's name is Connect.rb. require "rubygems" require "tiny_tds" client = TinyTds::Client.new( :username => 'sa', :passwor...
Vu asked 15/10, 2012 at 0:33

1

I'm looking for a step by step guide, how to install freetds on Heroku. I need to access Sql Server from ruby script, and unfortunately Cedar doesn't support tinytds gem out of box. I've read whate...
Eggleston asked 30/8, 2012 at 15:19

2

My script uses mysql, tiny_tds, fileutils, and net/ftp. Running on ruby 1.9.3. It works perfectly fine when I run it from inside the folder. However, when I add it to cron tab, tiny_tds constantly...
Canorous asked 5/3, 2013 at 23:40
1

© 2022 - 2024 — McMap. All rights reserved.