search for: tm_reporting_00001

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

2006 Mar 09
0
odbc adapter error with one-click-installer 1.8.4 pv3
...#39;'m having trouble accessing a db2 database via odbc using rails. It''s an external database, that I import data from. I have placed the connection code in my model : unless connected? establish_connection( :adapter => "odbc", :dsn => "TM_Reporting_00001", :username => "<name>", :password => "<passwd>" ) end When I call this via the concole, I get a " unknown adapter" error. I''ve checked and an odbc file is included. Can someone help me with this? -- Best Re...