Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: pisokol on February 03, 2015, 01:47:40 am
-
I must write a simply select statement for select notes value sets for element, but...
where is stored this value in EAObjects?
-
SELECT Notes FROM t_object
q.
-
tnx :) I tried it first, but... t_object doesn't contains field Notes. It is only Note, but it is empty.
-
It's works if the SQL statement is like this
"SELECT Note as Notes FROM t_object".
Without alias "as Notes" it doesn't work correctly, returned empty string.
-
You should have stated that you run it from EA's search tab :-)
q.
-
sorry, of course, its was only for quickly testing in EAModelSearch
tnx