Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy to array and error message #43
Message
De
24/01/2001 19:22:35
 
 
À
24/01/2001 16:07:42
Rasheed Al Rasheed
Riyadh Armed Forces Hospital
Riyadh, Arabie Saoudite
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00467530
Message ID:
00468283
Vues:
13
Rasheed,

>Hi Ed
>The code is like this.
>Select ATR 'This file is > 6000 records'
>copy to array aATR while order_no = lcOrder_no for !empty(order_no)
>
>In this case not more than 50 records will be copied so 500 elements maximum.
>So why would I get the error message of not enough memory with 500 elements only.
>Thanks

Well if lcOrderNo is a null string then ALL records would qualify. To check this simple possibility you could change your statement to
...order_no == lcOrder_no...
and see if the situation changes.

good luck,

JimN
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform