I have a Visual Foxpro background, and am trying to figure out how, in a dataset, to locate a record matching some specification.
In Foxpro, you could just
locate for author = 'Jones'
with author being the field name.
What I'm working from is a single table dataset with an ODBC DataAdapter.
Do I have to read through the dataset record by record to find what I'm looking for?
In Foxpro, you could just
locate for author = 'Jones'
with author being the field name.
What I'm working from is a single table dataset with an ODBC DataAdapter.
Do I have to read through the dataset record by record to find what I'm looking for?