P Paulo Aug 17, 2007 #1 Hi, is there any way to do a Find / Locate on a DataSet? Because I need to do a ID field search on a DataSet... Thanks
Hi, is there any way to do a Find / Locate on a DataSet? Because I need to do a ID field search on a DataSet... Thanks
M Mark Rae [MVP] Aug 17, 2007 #2 Hi, is there any way to do a Find / Locate on a DataSet? Because I need to do a ID field search on a DataSet... Click to expand... Google is your friend: http://www.google.co.uk/search?sour...-8&rlz=1T4GGIH_en-GBGB220GB220&q=DataSet+find
Hi, is there any way to do a Find / Locate on a DataSet? Because I need to do a ID field search on a DataSet... Click to expand... Google is your friend: http://www.google.co.uk/search?sour...-8&rlz=1T4GGIH_en-GBGB220GB220&q=DataSet+find
E Eliyahu Goldin Aug 19, 2007 #3 A dataset is made out of datatables. A datatable has Select method that does what you need. -- Eliyahu Goldin, Software Developer Microsoft MVP [ASP.NET] http://msmvps.com/blogs/egoldin http://usableasp.net
A dataset is made out of datatables. A datatable has Select method that does what you need. -- Eliyahu Goldin, Software Developer Microsoft MVP [ASP.NET] http://msmvps.com/blogs/egoldin http://usableasp.net