Somewhere I know I had notes and maybe code to do this, but the clock is ticking, so does anyone have the way to extract what files are being used in exisiting (old!) queries - *QRYDFN type
I have an extract utility written, but it's old stuff, and iteratively prints and reads the output.
this updates the 'last used' date of course, so then going back to see what hasn't been used and delete it would no longer work.
Isn't there an API that does this??
Thanks for any input Folks
Software/Hardware used:
ASKED:
July 7, 2009 2:05 PM
UPDATED:
July 8, 2009 1:56 PM
Great, thanks
A little experimenting to avoid updating the last used, and something has to work out.
Thanks again
basically, I created an output file of all objects *qrydfn and referred to that file to determine date last used. I then removed those queries and concentrated on the remaining queries for my project. One thing that I wanted to do, but never found a solution was to globally change a file across all queries. Mainly, the location of my input files had changed; not the file name itself.