On Mar 10, 2011, at 11:59 PM, "Er.SALIM MANDREKAR" <[email protected]> wrote:
> 'm trying to use Ruby on Rails accessing a pre-existing database on > SQL Server 2000. > After some research I found that it should use the gem activerecord- > sqlserver-adapter. Create a connection via ODBC to the > desired base, and creating a database user for access it. We also > configured the database.yml in the following ways: > development: > adapter: sqlserver > mode: odbc > dsn: mydsn; > Server = my_server_name; > username: myuser > password: > > this is my database.yml > > > above config works fine for MS SQL 2005 SUCCESSFULLY. But i want to > work with MSSQL 2000. please provide some help What error are you receiving when you try to connect to SQL server 2000? B. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

