Displaying 1 result from an estimated 1 matches for "view_all_ip".
Did you mean:
view_all_ips
2013 Dec 17
1
ActiveRecord and tiny_tds
...blish_connection(
:adapter => "sqlserver",
:host => ''host'',
:username => ''user'',
:password => ''pass'',
:database => ''db'',
)
self.table_name = "View_All_IPs"
end
ai = Ipdb.find_by_sql(sql)
p ai.size
=> 1
p ai.inspect
=>"[#<Ipdb >]"
p ai[0].class
=> Ipdb()
p ai[0]
=> #<Ipdb >
Any ideas about where the problem may be?
Thanks
J-H Johansen
--
You received this message because you are subscribed to the Google Grou...