02 Jul, 2007
Using SQL Server with Rails … again
Posted by: imarichardson In: Programming & Development
Last September I wrote about using FreeTDS for connecting a Rails app to a MS SQL Server Database. It looks like there may be an even easier/quicker way using these instructions from the MoleHill which talk of using the ADO.rb ruby files.
I’m actually in the process of setting up another application to use SQL Server and am trying it out. I’ll see what happens…
Nah, they are referencing the Ruby DBI modules and the ADO libs are only good if you are accessing from a Windows based machine. Oh, well … :)
Feedback