Displaying 3 results from an estimated 3 matches for "cfgdn".
Did you mean:
cfg_dn
2006 Jun 14
0
Mssql Multiple Database Access Error
...server
database: GME_CONFIG
host: DBI:ADO:Provider=SQLOLEDB;Data Source=satchel;Initial
Catalog=GME_CONFIG;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_na...
2006 Jan 30
9
error when adding a new table to the existing application
Deniz wrote:
> 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
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