Hi Geert,
I am back again.
I tried following query using a hyphen:
select distinct (o.object_ID), o.ea_guid AS CLASSGUID, o.Object_Type AS CLASSTYPE, o.name as ObjectName, p1.value as ObjectID, p2.value as MESRelease,
o.note as "Note-Formatted", c.start_object_id
from t_object o, t_connector c, t_objectproperties p, t_objectproperties p1, t_objectproperties p2 where ........
and I got following error:
Error: Code = 0x0 Source = Line: 0; Char : 0 Error Description = (null)
I didn't configure a custom field for the "Note-Formatted", therefore the error seems to be generated, while executing the query.
The other fields (ObjectName, ObjectID and MESRelease) are reported.
Any ideas?
By the way: I am using EA version 12.0.1214 and Database version 4.01.
Thanks a lot.
Andy