S
shimonsim
Hi
I have problem with working with normalized data using windows form.
To explain the problem I take an example.
I have Customer that can have few Phone Number - Home, Business, Fax,
Wireless .... So DB have three tables Customer and CustomerPhone PhoneType
that are connected with relations. In web project I would let user add one
phone number per time allowing him to pick Type of Phone number and enter
the number. For Web project would be just fine (this is my opinion)
But for Windows Project it is not 'cool' enough (again it's my opinion).
Usually form should have all or some phone titles shown (just look in MS
Outlook). So it seems to me that Data binding is out and It looks like that
I need to do all the denormalization in code (or just denormalize DB). My
opinion it is a lot of work .
May be someone have seen this problem and has a solution for it.
Thanks,
Shimon
I have problem with working with normalized data using windows form.
To explain the problem I take an example.
I have Customer that can have few Phone Number - Home, Business, Fax,
Wireless .... So DB have three tables Customer and CustomerPhone PhoneType
that are connected with relations. In web project I would let user add one
phone number per time allowing him to pick Type of Phone number and enter
the number. For Web project would be just fine (this is my opinion)
But for Windows Project it is not 'cool' enough (again it's my opinion).
Usually form should have all or some phone titles shown (just look in MS
Outlook). So it seems to me that Data binding is out and It looks like that
I need to do all the denormalization in code (or just denormalize DB). My
opinion it is a lot of work .
May be someone have seen this problem and has a solution for it.
Thanks,
Shimon