Migrating Descriptions

HI,

I have given descriptions for primary keys.
When i convert into pdm, where ever the primary key present as foreign key, the descriptions are not generation. example

Deptno is the pk in dept table, i given description for this in LDM
deptno is the fk in emp table

In pdm for emp.deptno attribute description is not migration

pleae help me how to resolve this

i am using toad data modeler 3.5

Thanks & Regards,
Bala Sake

Hi,

each attribute has its own description. Example:

In table DEPT the primary key attribute DEPTNO has description “Department Number”.

In table EMP the foreign key attribute DEPTNO has description “Referenced attribute DEPTNO from table DEPT.”

Descriptions don’t migrate to child tables. The only way how to copy descriptions is via scripting.

Regards,

Vaclav