Displaying 1 result from an estimated 1 matches for "event_develop".
2007 Sep 26
1
Ruby on Rails | MS SQL Server 2005 | Configuration
...dows XP Professional sp4
* MS SQL Server Express 2005 installed on local machine
Background:
I have used various settings for the config.db to no avail. These have
included (where sa / password ARE the credentials for the database
referenced):
development:
adapter: sqlserver
database: event_development
username: sa
password: password
host: localhost
mode: DBI:ADO
provider: SQLNCLI
development:
adapter: sqlserver
database: event_development
username: sa
password: password
host: DBI:ADO:Provider=SQLNCLI;Data Source=localhost;Initial
Catalog=event_devel...