[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Rails: Ho to connect to SQL Server

A.M-SG

5/1/2006 4:18:00 AM

Hi,



I tried the steps explained in this link:



http://wiki.rubyonrails.org/rails/pages/HowtoConnectToMicrosof...



The article t refers me to:



src/lib/dbd_ado/ADO.rb



But the file: dbi-0.1.0.tar.gz does not contain the src folder.



Instead, it contains this file:



\lib\dbd/ADO.rb



Am I missing some step, or this is a document inconsistency?



Thank you,

Max


1 Answer

endy_tj

5/2/2006 2:48:00 AM

0

What I did is a bit different:

1. extract dbi-0.1.0.tar.gz to a temp folder
2. in the temp folder:
setup.rb config --with=dbd_ado
setup.rb setup
setup.rb install

done!