Hey all,
I am getting a lock table overflow error and would like to solve it without increasing the -L option since 90% of the time I do not have administrative rights to do so. I have tried, in as many places as possible, to release a record once I have no use for it via the RELEASE statement. Is there any other way to 'clear' out the lock table within a program? I used the release statement any time I used the CREATE or FIND or FOR EACH statements. Any help would be appreciated, thanks.
I am getting a lock table overflow error and would like to solve it without increasing the -L option since 90% of the time I do not have administrative rights to do so. I have tried, in as many places as possible, to release a record once I have no use for it via the RELEASE statement. Is there any other way to 'clear' out the lock table within a program? I used the release statement any time I used the CREATE or FIND or FOR EACH statements. Any help would be appreciated, thanks.