Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
There is not enough memory to complete this operation
Message
De
16/09/2008 23:24:33
 
 
À
15/09/2008 10:00:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01347594
Message ID:
01348103
Vues:
26
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform