search for: evref

Displaying 2 results from an estimated 2 matches for "evref".

Did you mean: vref
2006 Jun 14
0
Mssql Multiple Database Access Error
...this: class CfgDn<ActiveRecord::Base set_table_name "cfg_dn" set_primary_key "dbid" has_many :gcdrs, :class_name => "Gcdr", :foreign_key => "dn" has_many :scdrs, :class_name => "Scdr", :foreign_key => "locdn" has_many :evrefs, :class_name => "Evref", :foreign_key => "dn" has_many :arecs, :class_name => "Arec", :foreign_key => "dn" establish_connection :"GME_CONFIG" end Normally, when I do this for multiple oracle databases, it works perfectly. When...
2006 Jan 27
5
Newbie:Adding a new Table-Strange Error
Hi Everybody, I am a newbie in this list so please forgive me if this is a lengthy message. Currently I am working on a project at my work place that includes viewing some oracle tables(I do not have control over to rewrite the tables) and searching the tables based on a given criteria with Rails. Up untill now everything was working great. The database consists of a lot of tables but I was