Re: How to Query Offline in ADO.NET
From: William \(Bill\) Vaughn (billvaRemoveThis_at_nwlink.com)
Date: 09/28/04
- Next message: Dennis Forbes: "Re: ADO seemingly terminating batch"
- Previous message: Ralph Boswell: "Problem creating access Query on the fly"
- In reply to: Ben: "How to Query Offline in ADO.NET"
- Next in thread: Ben: "RE: How to Query Offline in ADO.NET"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 28 Sep 2004 10:27:01 -0700
The DataSet contains 0-N DataTable objects which contain 0-N Rows. It's
these rows that you can walk through. There is no "query" engine in ADO so
you can't do a "SELECT" on the data, but there are ways to find data in the
DataTables. What research have you done so far? What have you tried?
-- ____________________________________ William (Bill) Vaughn Author, Mentor, Consultant Microsoft MVP www.betav.com Please reply only to the newsgroup so that others can benefit. This posting is provided "AS IS" with no warranties, and confers no rights. __________________________________ "Ben" <Ben@discussions.microsoft.com> wrote in message news:44BFF227-69D7-4162-B4A2-0421D32DF405@microsoft.com... > This is an easy one. I cannot find an object that lets you query it off > line. Does one exist in ADO.NET? > > For example, > I fill a DataSet with a sql adapter. I don't want to look at it line by > line. > > How do you query DataSets in ADO.NET? > Is there another object I can query? > > Thanks, > Ben
- Next message: Dennis Forbes: "Re: ADO seemingly terminating batch"
- Previous message: Ralph Boswell: "Problem creating access Query on the fly"
- In reply to: Ben: "How to Query Offline in ADO.NET"
- Next in thread: Ben: "RE: How to Query Offline in ADO.NET"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|