Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there such a thing as too much DataSets?
Message
From
23/03/2005 09:00:44
 
 
To
23/03/2005 06:24:09
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
ASP.NET
Category:
ADO.NET
Miscellaneous
Thread ID:
00998343
Message ID:
00998381
Views:
37
Other than that a DataSet is a 'container'. When you pass a dataset you're not passing it with all the tables, relations... in it, you're passing just a reference. IOW in memory it still occupies the same place.

Hey, Cetin,

Just a clarification - if a dataset (or XML string representation) is passed across a physical boundary (e.g. result set coming down from a web service to a client piece), then it's physically being passed.

I generally place tables into DS based on a logical grouping/assocation.

Kevin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform