M
Mythran
Which would be the better solution?
1.) 20 Tables In 1 DataSet, no relationships.
2.) 20 DataSet's with 1 Table each.
The tables have no relationship with each other (although they represent data
retrieved from normalized databases, they are normalized themselves.
Basically, if I have 20 tables in a single typed dataset, and I create the
DataSet, does it create the 20 tables when I just want to use one or two? That
would be quite some overhead, but not too bad being that they wouldn't be
populated, nonetheless, un-needed overhead.
Another question would be, if I create a typed DataTable object from that same
DataSet w/o creating the DataSet (bah, haven't checked to see if typed DataTables
have default constructor)...would it then create the other 19 tables?
Thanks,
Mythran
Disgruntled Programmer Analyst
1.) 20 Tables In 1 DataSet, no relationships.
2.) 20 DataSet's with 1 Table each.
The tables have no relationship with each other (although they represent data
retrieved from normalized databases, they are normalized themselves.
Basically, if I have 20 tables in a single typed dataset, and I create the
DataSet, does it create the 20 tables when I just want to use one or two? That
would be quite some overhead, but not too bad being that they wouldn't be
populated, nonetheless, un-needed overhead.
Another question would be, if I create a typed DataTable object from that same
DataSet w/o creating the DataSet (bah, haven't checked to see if typed DataTables
have default constructor)...would it then create the other 19 tables?
Thanks,
Mythran
Disgruntled Programmer Analyst