Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
There is not enough memory to complete this operation
Message
From
16/09/2008 23:24:33
 
 
To
15/09/2008 10:00:54
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01347594
Message ID:
01348103
Views:
25
The maximum size of a VFP string variable is 16 Megs. Although easy, FILETOSTR() is not appropriate if the file size might exceed 16 Megs. For reading the file you could use the VFP low level file functions (FOPEN, FREAD, FGET, FCLOSE, etc). I think these will work for files up to 2 gigs. For storing and manipulating the data, a Memo field works well up to 2 gigs. A memo field can be used about as easily as a memory variable for many string manipulation commands.

Stewart Crisler
Previous
Reply
Map
View

Click here to load this message in the networking platform