Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > How many .xsd datasets for a site?

Reply
Thread Tools

How many .xsd datasets for a site?

 
 
H5N1
Guest
Posts: n/a
 
      05-03-2006
Hi there


Is it OK to use one big xsd dataset (using Table Adapter Wizard) for
whole site, and just to include there all tables used on each page, or
should I keep those datasets as small as possible (for example if on
each update the whole dataset must be updated, and not only specific
tables).
What's the practice?

thanks

 
Reply With Quote
 
 
 
 
sloan
Guest
Posts: n/a
 
      05-03-2006

I would vote a strong NO to the uber DataSet..

The datasets should be big enough to handle the smaller business take at
hand.

If I need Customer, Orders and OrderDetail info, then make a DS with 3
tables (using Northwind as an example)

You also will have maintenance issues, because different
developers...different business problems will make alterations, breaking
someone else's usage.

a dataset should represent the "smaller world" parts of your overall
database...



"H5N1" <> wrote in message
news: oups.com...
> Hi there
>
>
> Is it OK to use one big xsd dataset (using Table Adapter Wizard) for
> whole site, and just to include there all tables used on each page, or
> should I keep those datasets as small as possible (for example if on
> each update the whole dataset must be updated, and not only specific
> tables).
> What's the practice?
>
> thanks
>



 
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
How many typed datasets should I have? Artificer ASP .Net 1 10-11-2006 04:00 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