Relationship Problem
When, setuping my data dictionary, i used the option Generate to
automatically load the relationships to the table rb_join.
But, this option generates all the relationships wrong, because it
instead of be verifying in this process the constrains, it had verified the
match fields.
Does anyone understood what i mean ?
Any help?
Marcelo
automatically load the relationships to the table rb_join.
But, this option generates all the relationships wrong, because it
instead of be verifying in this process the constrains, it had verified the
match fields.
Does anyone understood what i mean ?
Any help?
Marcelo
This discussion has been closed.
Comments
Correct, the DataDictionaryBuilder performs a very simplistic field
matching.
You may want to write some custom code to populate the join table entries
based upon some more sophisticated criteria.
--
Nard Moseley
Digital Metaphors
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
do it?
Any help please,
Marcelo
is going to vary based upon the techniques used by the designer/creator of
the database tables, the meaning behind the data, possibly even the database
product used.
Defining the joins should be a one time task, therefore you might consider
manually popuplating the jions table. Write some code that adds each record
or use the DataDictionaryBuilder's data entry screen for the Joins..
--
Nard Moseley
Digital Metaphors
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com