Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ff

Pages: [1]
1
General Board / Re: FK association arrows - how to remove them
« on: October 07, 2010, 10:35:33 pm »
I use a regular class diagram (with arrows) too for data modeling but I have no problem to change the direction as 'unspecified'.
What I experienced before is that if it is greyed out, by simply editing Name for example, Direction isn't greyed out anymore.

I'm glad now (thank you Geert) that by using a datamodeling diagram, you don't get the arrows, but the classical "crow's feet" notation.

You can obtain this notation also in a regular class diagram by editing the properties of the diagram (Connectors, Connector notation, use "Information Enigineering").

kr,
Flip

2
Bugs and Issues / Re: Datatype mapping inconsistent
« on: May 31, 2011, 05:32:51 pm »
Behavior is the same in version 9.


3
Bugs and Issues / Re: Datatype mapping inconsistent
« on: May 30, 2011, 10:56:19 pm »
Quote
Do you realise the version that you are using was released only 6 days after the post that you are replying to and is over 2 years old?

You could try version 9 and see if the behavior is any different in the latest version.

Now I do. Thx!

I want to know how it shoud behave, not if it behaves differently.

4
Bugs and Issues / Re: Datatype mapping inconsistent
« on: May 27, 2011, 12:18:10 am »
Apparantly this bug isn't fixed yet in version 7.5.843.
Is there somebody out there who can help me understand this mapping?
I've defined a custom database and datatypes, created (or tried to create) a mapping from the DB2 datatypes to this custom datatypes. But when I change the database of my tables from DB2 to this custom database, the datatype of the attributes isn't converted.
The datatypes are defined in t_datatypes. Which table or algorithm is used for the mapping?

kr,
Flip

5
Siva,

do you mean the IsOrdered property of an attribute?

kr,
FLip

6
Automation Interface, Add-Ins and Tools / Customizing dll generation
« on: June 10, 2010, 08:07:33 pm »
We're using EA for database modeling and generating ddl.

Is it possible to customize the proces of ddl generation?

kr,
Flip

7
It works fine like this:

XmlDocument doc = new XmlDocument();
string xmlData = xmlstring;

doc.Load(new StringReader(xmlData));
String ea_guid = doc.DocumentElement.InnerText;
m_ele2 = Repository.GetElementByGuid(ea_guid);

kr,
Flip

8
Of course! C# it is.

Thx,
Flip

9
Hi,

I'm using theĀ "Repository.SQLQuery" operation to get the Object_ID from table t_Object.
The operations returns a string in xml format like this: <?xml version="1.0"?><EADATA version="1.0" exporter="Enterprise Architect"><Dataset_0><Data><Row><Object_ID>682</Object_ID></Row></Data></Dataset_0></EADATA>

How can I read the value of the Object_ID, i.e. 682, in this string?
I would like to use it for the Repository.GetElementbyID(int) operation.
I tried XMLReader but this reads xml from a file, not a string.

kr,
Flip


Pages: [1]