DataView and RowFilter too slow. Better way ?

  • Thread starter Thread starter Herve MAILLARD
  • Start date Start date
H

Herve MAILLARD

Hi,

I need to search records in a table (in a dataset).

So far, I use a Dataview and the RowFilter property which allow me to search
with many criteria.
Then I use a foreach(DataRowView in Dv) to list the results.
It works well but it's so slow...

Does anyone know a quicker way ?
Thanks for your help.


H. MAILLARD
 
Sorry Thomas but could you be more explicit ?
What do you mean by : Move the filter operation into the database where it
belong ?

Thanks for your help.

H. MAILLARD
 
Back
Top