Re: [rails-oceania] Ruby, ODBC and FreeTDS

2011-06-21 Thread Gregory McIntyre
If you have any problems with TinyTDS, I've found the maintainer to be very responsive to patches and issues, too. -- Gregory McIntyre -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To post to this group, send email to rails-oceania@

Re: [rails-oceania] Ruby, ODBC and FreeTDS

2011-06-20 Thread Sven Schott
Thanks a lot guys, that worked brilliantly. On Tue, Jun 21, 2011 at 1:10 PM, Sven Schott wrote: > Thanks guys. I'll give that a go. > > > On Tue, Jun 21, 2011 at 12:42 PM, Hugh Evans wrote: > >> Tiny TDS is the way to go: >> >> https://github.com/rails-sqlserver/tiny_tds >> >> Hugh >> >> On Tue

Re: [rails-oceania] Ruby, ODBC and FreeTDS

2011-06-20 Thread Sven Schott
Thanks guys. I'll give that a go. On Tue, Jun 21, 2011 at 12:42 PM, Hugh Evans wrote: > Tiny TDS is the way to go: > > https://github.com/rails-sqlserver/tiny_tds > > Hugh > > On Tue, Jun 21, 2011 at 11:50 AM, Clifford Heath > wrote: > > Sven, > > > > ODBC is a pretty outdated way of talking to

Re: [rails-oceania] Ruby, ODBC and FreeTDS

2011-06-20 Thread Hugh Evans
Tiny TDS is the way to go: https://github.com/rails-sqlserver/tiny_tds Hugh On Tue, Jun 21, 2011 at 11:50 AM, Clifford Heath wrote: > Sven, > > ODBC is a pretty outdated way of talking to MS SQL Server. TinyTDS is much > faster and less problematic. > > I haven't seen this problem; you should a

Re: [rails-oceania] Ruby, ODBC and FreeTDS

2011-06-20 Thread Clifford Heath
Sven, ODBC is a pretty outdated way of talking to MS SQL Server. TinyTDS is much faster and less problematic. I haven't seen this problem; you should ask the question on in any case. Clifford Heath. On 21/06/2011, at 11:39 AM, Sven Schott

Re: [rails-oceania] Ruby, ODBC and FreeTDS

2011-06-20 Thread Steve Hoeksema
I have no solutions for your particular problem, but a lot of my Rails and SQL Server problems were solved by switching to Tiny TDS - might be worth giving it a shot. It eliminated most of my frustration with freetds / odbc / dblib on both mac os and ubuntu. https://github.com/rails-sqlserver/

[rails-oceania] Ruby, ODBC and FreeTDS

2011-06-20 Thread Sven Schott
Hey guys I'm getting some weird behaviour from the ruby-odbc gem and I just wanted to know if anyone had encountered anything like this. I use ODBC, FreeTDS and the ruby-odbc to query a MS SQL server (2008 OS and SQL Server) and I haven't had any problems until I upgraded the system (Ubuntu). It