I have an application that creates a TreeView of Data pulled from a DB2 ADO.Recordset<br>
I select over 13,000 records, which can create up to 4 levels.<br>
<br>
I currently do a: Do while Loop for each nextrecord <br>
treeview.nodes.add (Key1, child, Key2, Data1)<br>
<br>
This process takes 5 minutes to load. <br>
Is there a way I can write this to speed up the load time.<br>
Thanks
I select over 13,000 records, which can create up to 4 levels.<br>
<br>
I currently do a: Do while Loop for each nextrecord <br>
treeview.nodes.add (Key1, child, Key2, Data1)<br>
<br>
This process takes 5 minutes to load. <br>
Is there a way I can write this to speed up the load time.<br>
Thanks