[Rails] Re: Connecting to MS SQL from Snow Leopard

2009-10-27 Thread Ken Collins
I would defer to the SQL Server adapter wiki for latest information. http://wiki.github.com/rails-sqlserver/2000-2005-adapter/platform-installation -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed

[Rails] Re: Connecting to MS SQL from Snow Leopard

2009-10-06 Thread Tom Rossi
Can you post how you set up unixodbc to resolve the issue? On Sun, Oct 4, 2009 at 10:49 AM, Fuse wrote: > > I was having this same problem. > > I switched from iODBC to UNIXODBC and this problem went away for me! > > Thanks for your help! > > > > --~--~-~--~~~---~--~

[Rails] Re: Connecting to MS SQL from Snow Leopard

2009-10-04 Thread Fuse
I was having this same problem. I switched from iODBC to UNIXODBC and this problem went away for me! Thanks for your help! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to thi

[Rails] Re: Connecting to MS SQL from Snow Leopard

2009-09-24 Thread pat.mcna...@brightonusa.com
I'm having the same problem as Tom. I can connect to the SQL Server and run a "select *" from iSQL, so I believe that ruby-odbc bindings are using iODBC instead of unixODBC % tsql -C Compile-time settings (established with the "configure" script) Version: freetds v0.82

[Rails] Re: Connecting to MS SQL from Snow Leopard

2009-09-24 Thread tomrossi7
Is there a way to use unixODBC without a DSN? On Sep 24, 10:08 am, Iljun Kim wrote: > tomrossi7 wrote: > > Have you gotten unixODBC to work on Snow Leopard? > > Yes, it worked for me. > > --IJ > -- > Posted viahttp://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You

[Rails] Re: Connecting to MS SQL from Snow Leopard

2009-09-24 Thread Iljun Kim
tomrossi7 wrote: > Have you gotten unixODBC to work on Snow Leopard? > Yes, it worked for me. --IJ -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" g

[Rails] Re: Connecting to MS SQL from Snow Leopard

2009-09-24 Thread Robert Walker
TomRossi7 wrote: > Has anyone been able to get Rails talking to Microsoft SQL Server from > OSX Snow Leopard? In the past with Leopard, I used the instructions > found here: http://wiki.rubyonrails.org/database-support/ms-sql. But > with Snow Leopard I get the following error when I try to acces

[Rails] Re: Connecting to MS SQL from Snow Leopard

2009-09-24 Thread tomrossi7
Have you gotten unixODBC to work on Snow Leopard? On Sep 24, 6:09 am, Iljun Kim wrote: > If switching to the unixODBC is an option for you, you may try the > following. > > - Install unixODBC. >   Download it from "http://www.unixodbc.org/"; and configure it something > like, >   "./configure --

[Rails] Re: Connecting to MS SQL from Snow Leopard

2009-09-24 Thread Iljun Kim
If switching to the unixODBC is an option for you, you may try the following. - Install unixODBC. Download it from "http://www.unixodbc.org/"; and configure it something like, "./configure --prefix=/usr/local/unixODBC-2.2.14 --enable-gui=no". - Install freeTDS with "./configure --prefix=