Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Invalid subscript reference
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Invalid subscript reference
Divers
Thread ID:
01135522
Message ID:
01135522
Vues:
63
hey folks,
Im populating an array from a dbf file( only one field ). Now Im trying to update mysql database from this array..here is the pseudocode

SELECT tempt FROM tlog;
into ARRAY ttime ;
gncount=_TALLY

For i=0 to gncount -1 step 1
tempvar=ttime[i]-- I get an error here "Invalid subscript reference"

why is this so??
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform