How to locate a record (VFP background)

hwalisz

Member
Joined
Oct 4, 2006
Messages
6
Programming Experience
Beginner
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?
 
Back
Top