RTP9 - Variable exceeds maximum length (OpenInsight Specific)
At 14 APR 2000 03:43:32AM Nick Pratt wrote:
I have a situation where the application contains over 1000 tables. I need a program to look through and read from every table, however RTP9 crashes with a VEML because of the number of File Handles it is storing blows the 64K limit. I know you are not able to close tables, but does anyone know how to remove file handles from the list, or another way to overcome the problem.
At 14 APR 2000 05:31AM Oystein Reigem wrote:
Nick
- Oystein -
At 16 APR 2000 06:42PM Paul Rule wrote:
If the files are in a number of different volumes then you may be able to DETACH and re-ATTACH the volumes. I think this may have the same effect as closing them and remove the handles.