Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not Enough Memory
Message
From
03/04/2002 11:58:24
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00640399
Message ID:
00640408
Views:
13
>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.

Steve,
You might do this :
create cursor myTemp (myFile m)
append memo myFile from 'e:\bigfile.txt'

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform