First of all thanks for your fast help.
About the help you give me, I beleve I dont explain myself that well.
1 Step - System Analyses
__________Example______________
Form Fields
Produt_Name:
Color:
Class Diagram (PIM)(Created)
__________________
Product
___________________
Product_Name:Char
Color:Char
___________________
2 Step - Relate The PIM with the real system
And The real database is
Table name : tablexxxx
fieldx : char
fieldxx: char
Im not contruction the database, that is already created.
My job is to select just a small part of it, and represent it, in a form people can understand it. And that means using Field(column) names, like people know them from the forms they work, and not from the database tables.
I need to do some kind of mapping from the classe fields to table fields.
With the help you give I can easily convert my PIM into a DLL, but that keep using the field(column) names and classe names , and dont give me some kind of ability to tell something like
Product_name ----> fieldxxxx in tablexxxx
Some type of relation, or even in the field a option that can define this.
So that when a programmer start doing a new software and need specific data ,can look in the model, and can see that a expecific column in the diagram are in table xxx and have the name xxx.
I hope this time , my explanation can give a better description of my problem.