PDA

Click to See Complete Forum and Search --> : very interesting note !


soda120
Feb 15th, 2006, 12:45 PM
Hi to all
i download codejock extreme suite pro v9.81
and it has many controls . one of the was reportcontrol.
look like a listbox or listview
i open the example and see it have for sample 20000 item in it's list
i change it to 2000000000 and i see a magic . oh my god . load 2000000000 row i less of a second . :eek: :afrog: :eek2:
what tecnology ? any body know ?

si_the_geek
Feb 15th, 2006, 12:50 PM
The simple answer is that it probably doesn't load them all - I expect that it loads enough for you to see, then loads the rest bit by bit.

Depending on where the data is coming from, this could be done by using the paging abilities of ADO (for databases etc).

soda120
Feb 16th, 2006, 05:45 AM
are you sure ?

Hack
Feb 16th, 2006, 06:47 AM
are you sure ?What si_the_geek posits seems to be a reasonable assumption, but the only way to be completely sure would be to ask the people who wrote the controls.