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
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