RE: How to Query Offline in ADO.NET
From: Ben (Ben_at_discussions.microsoft.com)
Date: 09/28/04
- Previous message: Dennis Forbes: "Re: ADO seemingly terminating batch"
- In reply to: Ben: "How to Query Offline in ADO.NET"
- Next in thread: William \(Bill\) Vaughn: "Re: How to Query Offline in ADO.NET"
- Reply: William \(Bill\) Vaughn: "Re: How to Query Offline in ADO.NET"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 28 Sep 2004 13:09:02 -0700
I use DataSets all the time with the 0 - N tables. I am just a lot better
with SQL and prefer that method. I also don't want to get sloppy and hit the
database a million times. I hate looping through rows to find data.
I have looked at some ADO.NET books and didn't see anything in there to
allow the SQL queries on ADO objects. I was hoping for some good referals to
some classes I could download.
"Ben" wrote:
> 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
- Previous message: Dennis Forbes: "Re: ADO seemingly terminating batch"
- In reply to: Ben: "How to Query Offline in ADO.NET"
- Next in thread: William \(Bill\) Vaughn: "Re: How to Query Offline in ADO.NET"
- Reply: William \(Bill\) Vaughn: "Re: How to Query Offline in ADO.NET"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|