Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not Enough Memory
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00640399
Message ID:
00640407
Views:
14
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform