Re: How to Query Offline in ADO.NET
From: William \(Bill\) Vaughn (billvaRemoveThis_at_nwlink.com)
Date: 09/28/04
- Next message: William \(Bill\) Vaughn: "Re: Remote Database Connection"
- Previous message: Duncan Dimech: "Remote Database Connection"
- In reply to: Ben: "RE: How to Query Offline in ADO.NET"
- Next in thread: Val Mazur: "Re: How to Query Offline in ADO.NET"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 28 Sep 2004 14:26:13 -0700
Being able to "select" rows from an ADO.NET table would mean including a
query engine which ADO.NET does not have. Let me know if you find one.
-- ____________________________________ 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:90F2FF29-DC29-4AB1-B16B-D92980CCCFF5@microsoft.com... >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
- Next message: William \(Bill\) Vaughn: "Re: Remote Database Connection"
- Previous message: Duncan Dimech: "Remote Database Connection"
- In reply to: Ben: "RE: How to Query Offline in ADO.NET"
- Next in thread: Val Mazur: "Re: How to Query Offline in ADO.NET"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|