Displaying 3 results from an estimated 3 matches for "scdr".
Did you mean:
cdr
2006 Jun 14
0
Mssql Multiple Database Access Error
...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 => "Arec",
:foreign_key => "dn"
establish_connection :"GME_CONFIG&...
2005 Sep 12
4
Hotel Setup?
I am working with a small inn (under 50 rooms) that is next to a ski
resort. The inn just had Cat5e Homeruns to each room installed, with a
patch panel in the basement. Now it's my job to connect each of the
those rooms to the Internet. I think I have a Cisco switch that I can
do Private VLANS with, however I thought of another solution.
Has anybody seen or does anybody know of a VoIP
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