Efficient find in dataset

  • Thread starter Thread starter Alvin Bruney
  • Start date Start date
A

Alvin Bruney

Can I set up a primary key on a dataset after it has been populated - like
after the query has been run? I'm trying to do a look up on a dataset, but I
believe that using the find method is more efficient than looping thru the
dataset. Is this correct? Generally speaking?
 
Hi Alvin,

Alvin Bruney said:
Can I set up a primary key on a dataset after it has been populated - like
after the query has been run?

Certainly yes.

I'm trying to do a look up on a dataset, but I
believe that using the find method is more efficient than looping thru the
dataset. Is this correct? Generally speaking?

Oh yes. :)
 
Back
Top