[Rails] Re: how to connect to microsoft sql server 6.5

2010-10-06 Thread prinx
Ok, i'll try yours advice, i hope to do it... I will let you know :-) Thank's Prinx On 6 Ott, 14:51, pepe wrote: > Forgot to add database.yml configuration. Here it is: > > your_environment_here: >   adapter:  sqlserver >   mode:     odbc >   dsn:      your_dsn_name_here >   username: your_usern

[Rails] Re: how to connect to microsoft sql server 6.5

2010-10-06 Thread pepe
Forgot to add database.yml configuration. Here it is: your_environment_here: adapter: sqlserver mode: odbc dsn: your_dsn_name_here username: your_username_here password: your_password_here There is no need to use host or port parameter since we're using a DSN. On Oct 5, 8:40 

[Rails] Re: how to connect to microsoft sql server 6.5

2010-10-05 Thread pepe
I only know about SQLServer 2005 and 2008, not 6.5. Anyway, here is a list of things I had to do to get a project working with 2005 using Ruby 1.8.6, Rails 2.3.5 and Mongrel as the web server. You might need to skip/change some of the steps. I hope it helps: 1. Install Ruby (1.8.6): http://ww