
Need urgent help with index/hang problem
Hi there,
I'm supporting an old Clipper 87 application which were converted to
Clipper 5.01 & Natucket Tools for Cipper 5.0 last year. The programm
itself is about 400kb an runs fine under Dos or in a DOS-Box
under Win 3.11 under an Novell 3.11 network since years. The converted
program worked now for one year and there seems to be no problem,
till last week.
The problem is that Clipper is unable to rebuild one simple index file.
The computer hang everytime i've tried to rebuild the deleted *.NTX files
with INDEX ON.
I've tried to rebuild the *.NTX files with the DBU tool and
I've written a very small program whith the only function to rebuild
the *.NTX file with the same result.
I've tried to reuse the old Clipper 87 application, same
result (the main DB did't changed).
I could not belive that it is a memory problem and Clipper
can't use a 2.6 Meg DB with about 80.000
entries.
The application is linked with rtlink.exe and the following
script file:
OUTPUT xx.exe
FILE NT2GR50, zpa.obj,initzpa.obj,ZF_NETWA
LIB clipper,extend,nt250
OVERLAY CODE, $CONSTANTS
BEGINAREA
SECTION FILE pdat.obj
SECTION FILE stud.obj
SECTION FILE prf.obj
SECTION FILE prfg.obj
SECTION FILE liste.obj
SECTION FILE zeug.obj
SECTION FILE db.obj
SECTION FILE i1.obj
ENDAREA
If you have any suggestions or ideas please post or mail
Thanks in advance
Marco