Displaying 2 results from an estimated 2 matches for "gcdr".
Did you mean:
cdr
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 => "...
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