Sparx Systems Forum
Enterprise Architect => General Board => Topic started by: Michael co on September 20, 2013, 08:52:46 pm
-
What is the difference between GUID and normal ID ,
and when can I use ID instead of GUID
what is the main difference ?
and which is better to use
thank you
;)
Michael
-
normal ID is only unique in the same table (t_object, t_attribute, t_diagram) whereas GUID is well Globally unique.
Also the ID of an element can change in time, or between different copies of the same model, whereas the GUID will always stay the same.
Geert
-
tx Geert