Click here to Skip to main content
16,020,103 members

Comments by Holc (Top 6 by date)

Holc 16-Oct-11 4:52am View    
yes, but the xml file is generated by another software. maybe if i could try removing the tag with some string-file manipulation
Holc 11-Oct-10 12:10pm View    
indeed
Holc 10-Oct-10 18:11pm View    
have you tried YourBindingSource.ResetBindings(False) or (True) if your metadata has changed (where YourBindingSource is the name of your binding source).
try inserting that on the end of RefreshStudentData() sub
Holc 10-Oct-10 11:31am View    
thanks this will do just fine, i know about the bitarray but it just didn't seem to work in whichever way i'd do it. thanks again.
Holc 27-Sep-10 3:35am View    
I was considering something like that. To create a two hundred million random entry database in advance and then just simply provide the user with a next consecutive entry. This could work but i need to do the whole procedure more than once, what i mean is that the same thing is to be done let's say once a week, two hundred million entries once a week, non cumulative (i would clear the database every week). Or another solution would be to have those same 200 million entries and let the database randomize the order (if that is possible, i don't know), that would work like a charm.