Displaying 1 result from an estimated 1 matches for "gcdrs".
Did you mean:
cdrs
2006 Jun 14
0
Mssql Multiple Database Access Error
...ONFIG;User ID=genesys;Password=****
username: genesys
password: ****
The GME_CONFIG is the second database that I am trying to connect to.
Also, the model for that looks like 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 => "...