SQL server

Hello all :

How connect from ruby to Microsoft SQL Server Express edition?

Thanks

Maybe this will get you started:
http://wiki.rubyonrails.org/rails/pages/HowtoConnectToMicrosoftSQLServer

···

-----Original Message-----
From: LegioFox [mailto:nohaydirecion@direccion.com]
Sent: Mon 2/25/2008 6:05 AM
To: ruby-talk ML
Subject: SQL server

Hello all :

How connect from ruby to Microsoft SQL Server Express edition?

Thanks

El lun, 25 de feb de 2008, a las 08:05:02 +0900, LegioFox dijo:

Hello all :

How connect from ruby to Microsoft SQL Server Express edition?

You can use Active Record

http://api.rubyonrails.org/

···

Thanks

--
Gastón Ramos

"I always thought Smalltalk would beat Java, I just didn't know it would be
called 'Ruby' when it did."

-- Kent Beck

GNU/Linux Counter user #450312

LegioFox wrote:

Hello all :

How connect from ruby to Microsoft SQL Server Express edition?

Thanks

In addition to ActiveRecord (already mentioned here), you can use
win32ole and ADO. Here's an example tested with SQL Server 2000:

David

···

--
Posted via http://www.ruby-forum.com/\.

Also, it should be possible to use sequel:

http://sequel.rubyforge.org/files/sequel/README.html

It has ADO connector (should work if you work under windows).

Vlad

···

On Mon, 25 Feb 2008 12:02:30 +0100 "LegioFox" <nohaydirecion@direccion.com> wrote:

Hello all :

How connect from ruby to Microsoft SQL Server Express edition?