Error message : Not enough memory for file map !!!
I have XP Pro 2 GHz 384 RAM.... 80GB drive with 55G free
and i get this error at the end of this routine ... the procedure just tidies up data before getting the app to run definitively...
PROCEDURE CLEANUP
USE GC_DATAPATH+"patient0.dbf" ALIAS patient0 exclusive
SELECT patient0
PACK
USE
USE GC_DATAPATH+"patient1.dbf" ALIAS patient1 exclusive
SELECT patient1
PACK
USE
USE GC_DATAPATH+"patient2.dbf" ALIAS patient2 EXCLUSIVE
SELECT patient2
PACK
USE
RETURN
It is a problem because it hangs on the last PACK step and trashes the indexes
It is not a huge database 70000 record or so...
Can anyone spot my error or tip me off the correction..
Thanks
John Fox
I have XP Pro 2 GHz 384 RAM.... 80GB drive with 55G free
and i get this error at the end of this routine ... the procedure just tidies up data before getting the app to run definitively...
PROCEDURE CLEANUP
USE GC_DATAPATH+"patient0.dbf" ALIAS patient0 exclusive
SELECT patient0
PACK
USE
USE GC_DATAPATH+"patient1.dbf" ALIAS patient1 exclusive
SELECT patient1
PACK
USE
USE GC_DATAPATH+"patient2.dbf" ALIAS patient2 EXCLUSIVE
SELECT patient2
PACK
USE
RETURN
It is a problem because it hangs on the last PACK step and trashes the indexes
It is not a huge database 70000 record or so...
Can anyone spot my error or tip me off the correction..
Thanks
John Fox