Displaying 2 results from an estimated 2 matches for "rails_dev".
2007 Mar 05
1
ODBC Adapter woes
Hi All,
I am running into a little issue the ODBC adapter:
rails: 1.2
ruby: 1.8.4
ODBC ruby binding: .0997
Rails ODBC adapter: 1.4
I have added the ruby bindings to the /ruby/1.8/i386-msvcrt
and used gem to install the ODBC adapter
I updated the enviroment.rb
when I run
ruby -e ''require "odbc"'' it appears to correct (no error response)
1. Is my understanding
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