From: Anukul Singhal Date: 2008-05-07T20:18:52+09:00 Subject: Code for connecting to SQL Server? Hi, I want to connect to my SQL Server DB through ruby code. Searched on the connection and was provided some steps like: 1. Save the latest source distribution of ruby-dbi and copy the file ADO.rb to X:/ruby/lib/ruby/site_ruby/1.8/DBD/ADO/ADO.rb 2. Then, in your database.yml, development: adapter: sqlserver database: database_name host: server_name username: user_name password: pwd I am not able to find this file. Can anyone tell me for invoking sql server in SCITE editor? Is there any other procedure 'coz I dont have rails installed? Thanks, Anukul -- Posted via http://www.ruby-forum.com/.