1
General Board / Re: SQL search for conveyed items and source/target names
« on: July 20, 2017, 12:14:46 am »
Thank you that's done the trick.
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.
select Connector_ID, Direction, Connector_Type, t_object.Name, so.name, eo.name
from t_connector, t_xref, t_object, t_object so, t_object eo
where t_xref.Client = t_connector.ea_guid and t_xref.description LIKE '#WC#'+t_object.ea_guid+'#WC#' and so.object_id = Start_Object_ID and eo.object_id = End_Object_ID and t_object.name LIKE '<Search Term>'
package >
connector,source,target
element >
connector >
{Connector.Type},source >element >{Element.Name},< element< sourcetarget >element >{Element.Name}< element< target
< connector
child element >
< child element
< element
child package >
< child package
< package