|
-
Jul 4th, 2006, 01:04 PM
#2
Hyperactive Member
Re: Should I use collections ?
It is fine to put multiple tables inside a dataset. I tend to group logical items together. For example I would have a customers dataset, and a faults dataset. Thus you mught have a table
Customer
CustomerID
Customer
CustomerDocument
DocumentID
CustomerID
Document
etc
and a faults table
FaultType
FaultTypeID
FaultType
CustomerFaults
FaultID
FaultTypeID
CustomerID
hope this helps!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|