On Wed, 2007-07-04 at 20:18 +0900, Gale CC wrote: > > http://wiki.rubyonrails.org/rails/pages/HowtoConnectToMicrosoftSQLServerFromRailsOnLinux > > > > I have successfully set up freetds and unixODBC, and I can connect fine > > using tsql and isql. > Did you install Ruby ODBC and Ruby DBI ODBC driver after testing on tsql > and isql, like the page mentions ? Thank you for answering. It turns out I had forgotten to add the --with=dbd_odbc option when running the setup config script during the Ruby DBI installation. When I added the option, everything worked. Thanks again for answering. Uwe