Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy to Array limitation
Message
De
03/04/1997 15:05:09
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Copy to Array limitation
Divers
Thread ID:
00026870
Message ID:
00026870
Vues:
73
USE (DATAPATH + IMPORT_DIR + BSTRANS_DIR + laBSTrans[m.i, 1]) IN 0 ALIAS new_bstrans

SELECT new_bstrans
*** There is not enough memory to complete this operation.
*** ====>>> Need to determine the limitation here.
COPY TO ARRAY t_array ;
FOR (DATE() - new_bstrans.TransDate) < lnDaysHistory AND ;
!DELETED()

The above COPY TO ARRAY occassionally fails with the not enough memory limitation. The table getting copied to the array is going to vary between files and between days this f(x) is run.

How do I determine the limitation and code around it??

tia, Kim
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform