Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Q: Loading various Tables in DataSets from a single Join statement?

Reply
Thread Tools

Q: Loading various Tables in DataSets from a single Join statement?

 
 
Sky
Guest
Posts: n/a
 
      01-30-2004
Hello:
Have a nagging question about creating disconnected DataSet queries...

If you have a table called INodes of 10,000 records, and a Table called
Clients of again 10,000 and a table called EditLog of 40,000 records...

And if you could, via a DataReader join these and get back a recordset of
about 50 records only...how are you suppossed to offer this in disconnected
manner?

In beginner books I see that I can still load one DataSet.Table with the
join query -- and Count =50, fine, but that doesn't give me the features of
a disconnected updating, when someone creates a new record (which has to
trigger updates/appends of all 3 tables) since it is really one table.

Then the other method is to load all 3 tables into separate tables in a
dataset, and create Relationships between them... but that seems nuts if we
are talking about an in-memory DataSet. This would mean I have 60,000
records to add/update to from a pocketpc?!!!

Any help on doing this would be -- a godsend! Thanks.
Sky



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Typed Datasets - Performance over WebServices (1 Dst or Various Sm =?Utf-8?B?SXbDoW4gUMOpcmV6?= ASP .Net 3 08-14-2007 10:46 PM
How do Datasets manage to get deserialized as DataSets instead of a wsdl.exe-created proxy class? Francisco Garcia ASP .Net Web Services 3 04-13-2006 05:53 PM
How do Datasets manage to get deserialized as DataSets instead of a wsdl.exe-created proxy class? Francisco Garcia ASP .Net 2 04-13-2006 10:41 AM
How do Datasets manage to get deserialized as DataSets instead of a wsdl.exe-created proxy class? news.microsoft.com ASP .Net Web Services 0 04-12-2006 09:07 AM
How do Datasets manage to get deserialized as DataSets instead of a wsdl.exe-created proxy class? news.microsoft.com ASP .Net 0 04-12-2006 09:07 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57