FAQ's - APPX Software, Inc. : APPX Utility : APPX System Administration :
How to get a list of the files in which your Appx session holds record locks? | |
The .FM_GET_LOCKS engine function will populate a memory file with a list of file names - each name corresponds to a file that your session holds a lock in. You may hold more than one lock in any given file (the record count and primary keys are *not* stored in the memory file).
To obtain the list:
PASS 0DB PATH FILE SHARE? Y Here's the layout of the 0DB PATH memory file:
Dsp -Options-- Since you're using this function as a diagnostic tool, you're mostly interested in the PATH FI NAM.
You might want to add this function to your DIRECT PROCESS 1 process
so you can view a list of locks from anywhere within your application. You may also want to add a | |
[Append to This Answer] | |
2005-Oct-19 10:52am |
Previous: | A Handy list of RDBMS commands for various RDBMS's |
Next: | How can I produce an Appx Event Log? |
|