I have a program that runs a report and gets data from a VFP database. I was wondering if anyone knows of any query spies for VFP that I could either run client side, or server side, that will get me the actual query being ran.
If the app uses VFP ODBC driver there might be a chance of turing logs on. If the app is VFP natively accessing the vfp data, you couldn't even do network packet sniffing, the sql engine runs clientside and you only could log which portions of which files are read, if you can filter the packets sufficiently.
Are those reports standalone FRX files? Then you can probably see inside, what tables are accessed, if the dataenvironment of the frx are used.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.