Carlos Villela

212
reputation
51 views

Registered User

name Carlos Villela
member for 1 year
seen Oct 2 at 16:38
website
location São Paulo, Brazil
age 27
Currently cutting some fresh Ruby and Rails code at ThoughtWorks Brazil.
Sep
22
comment Connecting to MS SQL Server 2005 from Mac using Ruby, ODBC and FreeTDS
I'm using activerecord-sqlserver-adapter 2.2.19 and rails-sqlserver-2000-2005-adapter 2.2.19 (as far as I know, they're the latest versions as of writing this), with Rails 2.3.4.
Sep
18
awarded  Yearling
Sep
11
comment Connecting to MS SQL Server 2005 from Mac using Ruby, ODBC and FreeTDS
Hi Jeremy! Thanks for taking your time to answer this. I've tried connecting with the latest ActiveRecord, and apparently this works: ActiveRecord::Base.establish_connection({ :adapter => 'sqlserver', :mode => 'odbc', :dsn => 'Dev04', :username => 'uDev04', :password => 'pwdDev04' }) I'm using activerecord 2.3.4 with rails-sqlserver-2000-2005-adapter 2.2.19, AFAICT. Unfortunately, AR won't help me much (this is a badly evolved legacy schema), and Sequel would do the job perfectly. I'm keen to help fixing this, but don't know where to start. Ideas?
Sep
9
asked Connecting to MS SQL Server 2005 from Mac using Ruby, ODBC and FreeTDS