Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.databases.ms-sqlserver > #1947 > unrolled thread

Connecting to an SQL Server 14 database using ruby

Started bycebirim@gmail.com
First post2015-11-19 07:37 -0800
Last post2015-11-19 22:35 +0100
Articles 2 — 2 participants

Back to article view | Back to comp.databases.ms-sqlserver


Contents

  Connecting to an SQL Server 14 database using ruby cebirim@gmail.com - 2015-11-19 07:37 -0800
    Re: Connecting to an SQL Server 14 database using ruby Erland Sommarskog <esquel@sommarskog.se> - 2015-11-19 22:35 +0100

#1947 — Connecting to an SQL Server 14 database using ruby

Fromcebirim@gmail.com
Date2015-11-19 07:37 -0800
SubjectConnecting to an SQL Server 14 database using ruby
Message-ID<611b6103-4d5b-4e63-9a43-293cd0ad25b7@googlegroups.com>
Hi,

I'm trying to connect to an SQL Server database using ruby and am having difficulty running complex SQL statements.

I've been using the tinytds gem and can run simple SQL queries but not complex ones.

Can someone please help if they have been successful in running complex SQL commands against an SQL Server database in a ruby script?

Many thanks

[toc] | [next] | [standalone]


#1948

FromErland Sommarskog <esquel@sommarskog.se>
Date2015-11-19 22:35 +0100
Message-ID<XnsA557E5C9B64E2Yazorman@127.0.0.1>
In reply to#1947
> I'm trying to connect to an SQL Server database using ruby and am having
> difficulty running complex SQL statements. 
> 
> I've been using the tinytds gem and can run simple SQL queries but not
> complex ones. 
> 
> Can someone please help if they have been successful in running complex
> SQL commands against an SQL Server database in a ruby script? 
> 

Never used Ruby or TinyTDS, but what more exactly happens when you try?


-- 
Erland Sommarskog, Stockholm, esquel@sommarskog.se

[toc] | [prev] | [standalone]


Back to top | Article view | comp.databases.ms-sqlserver


csiph-web