search for: ipdb

Displaying 1 result from an estimated 1 matches for "ipdb".

Did you mean: ipb
2013 Dec 17
1
ActiveRecord and tiny_tds
...#39;',:database => ''db'') result = client.execute(sql) => #<TinyTds::Result:0x000000022c3e48> When I try the same query with an ActiveRecord::Base model I don''t see any results (I''ve tried both :host and :dataserver with the same result). class Ipdb < ActiveRecord::Base establish_connection( :adapter => "sqlserver", :host => ''host'', :username => ''user'', :password => ''pass'', :database => ''db'',...