Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Handling Arrays
Message
De
08/06/2001 20:11:29
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Handling Arrays
Divers
Thread ID:
00517273
Message ID:
00517273
Vues:
52
I'm building a process that stores data in arrays prior to being inserted into a series of SQL database tables. I chose arrays because I don't know the structure of the destination table until the process begins. Arrays give me the flexibility to work with any and differing structures. The arrays work fine with one "minor" problem: the 65K element limit is sometimes exceeded. I'm looking for a way to monitor the collective sizes of my arrays ( there are lots more than one in this process and it appears that all of them contribute to the 65K element limit ) so that I can dump the data out of the arrays before I run into the limit.
BTW, I used arrays instead of remote views because I can make arrays properties of an object. This simplified keeping track of the process.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform