Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Faster way to fill Array with ADO recordset
Message
From
25/10/2002 00:57:50
 
 
To
25/10/2002 00:45:25
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00715267
Message ID:
00715270
Views:
21
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform