I’ve been researching my question for some time now and would like to double check what I think I know.
I’m trying to pull information from Processing Info.
This works…
SELECT TOP 1 SI_ID, SI_NAME, SI_PROCESSINFO
FROM CI_SYSTEMOBJECTS, CI_APPOBJECTS, CI_INFOOBJECTS
WHERE SI_KIND = 'Excel'
…but this does not work, where I stick SI_PATH at the end of SI_PROCESSINFO.
SELECT TOP 1 SI_ID, SI_NAME, SI_PROCESSINFO.SI_PATH
FROM CI_SYSTEMOBJECTS, CI_APPOBJECTS, CI_INFOOBJECTS
WHERE SI_KIND = 'Excel'
Is there a way for me to pull out on SI_PATH information without using the SDK?
Thanks,
Rob
wubertatwork (BOB member since 2011-01-19)