Hi,
I already prepared this SQL:
SELECT DTREE.NAME, DTREE.SUBTYPE, DTREEANCESTORS.ANCESTORID, DTREE.DATAID, LLATTRDATA.DEFID, LLATTRDATA.ATTRID, LLATTRDATA.VALSTR FROM DTREE, DTREEANCESTORS, LLATTRDATA WHERE LLATTRDATA.ID = DTREE.DATAID AND DTREEANCESTORS.DATAID = DTREE.DATAID AND ((LLATTRDATA.DEFID= CategoryID) AND (DTREEANCESTORS.ANCESTORID= FolderID) AND (LLATTRDATA.ATTRID>1))
I would like to add the path of each subfolders and files returned in my results so I will be able to see the structure. Anybody can tell me how to do?
Thanks!
Hugues St-Louis, MTQ