Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Not Enough Memory
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00640399
Message ID:
00640407
Vues:
15
>Running on Win2K-AS/SP2 with 256mb of physical RAM and 1.6gb of pagefile.
>
>I have an 880-megabyte text file. The following code in VFP7/SP1 gives me the error "There is not enough memory to complete this operation".
>
>Clear
>? Datetime()
>cc = FileToStr("e:\bigfile.txt")
>? Datetime()
>
>What can I do? I must load this file.

Have you tried to append it to a memo field? Or low level file IO?

If you have SQL Server, you might try DTS.

I would say you are hitting the limit of characters with that size of file.
Wayne Myers, MCSD
Senior Consultant
Forte' Incorporated
"The only things you can take to heaven are those which you give away" Author Unknown
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform