Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Querying a Dataset

Status
Not open for further replies.

RicoCali

Programmer
Dec 7, 2002
80
US
I know how to filter a Dataview. But how do you do it for a Dataset. Apparently its different. I'm trying to find look for a record where a column is equal to a value.

Thanks,
Rico
 
A DataSet is a collection of DataTables. A DataView is derived from a DataTable. Look up the .Select() method in help, wherein you will get an array of DataRows back.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top