Displaying 1 result from an estimated 1 matches for "local_odbc_name".
2007 Mar 05
6
Using ms access 97 as local db backend for rails on windows 2000
Hi,
I am on a windows 2000 machine and want to use an ms access 97
database (*.mdb) as db backend.
I did a clean install: ruby, gems, rails, odbc-rails. A test rails
application connecting to a local mysql server is doing fine. I can
also locally connect to the odbc connection "local_odbc_name" with the
aqua data studio client.
But now with rails. As soon as I change the adapter to odbc webrick
won''t start.
I added
require ''odbc_adapter''
to environment.rb like I understood from the documentation of the odbc-
rails gem.
I changed the development sectio...