On Windows you could do something along the lines of:
Code:cd \ dir /s *.db
To find all of the files that might be Progress databases. Once you have that list you would then have to check each one because ".db" is a fairly common file extension.