Question : After prg done it seems my Hard Drive is going crazy...

Seems after certain prg are done running I can hear my hard drive spinning/churning away!

like it is sucking up memory too, the PC seems slower for a while...

Am I somehow not closing something out right?
I suspect a certain prg opens around 10 tables and runs 5 sub prgs is causing it.

any ideas or heard of this before?

When the main prg is done this is my las lines of code...
CLOSE TABLES
CLOSE DATABASES

Thanks

Answer : After prg done it seems my Hard Drive is going crazy...

When you give the CLOSE TABLES command, changes you make may be getting flushed to the disk. If you are using the files exclusively and making large changes to large tables, you could get this effect.
Random Solutions  
 
programming4us programming4us