Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Faster way to fill Array with ADO recordset
Message
De
25/10/2002 00:57:50
 
 
À
25/10/2002 00:45:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00715267
Message ID:
00715270
Vues:
22
>Is there a faster way to fill a array from an ADO recordset than that,

Hmm, maybe, if instead of using the name of the field, you use its index, it might be slightly faster. Like this:
.combobox1.aItems[lni,1] = .oRS1.Fields(0).value
.combobox1.aItems[lni,2] = .oRS1.Fields(1).value
Claudio Lassala
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform