Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
rickrehorst
Starting Member
7 Posts |
Posted - 2009-11-18 : 13:17:57
|
Ik am writing a study case in VB .Net as a web applicationI choose to make a Contact manager with a Company and a persons tableTable 1Company PKey CompanyIDTable 2PersonPkey PersonIDFkey CompanyID1 company can have 0 or more persons connected1 person can have 0 or 1 company connectedI want to give a person besides the default Name, address, zipcode, City properties Also some (probably but not a must)Boolean group properties on which selections can be made to select personsNow in table persons I just made 6 fixed boolean fields. but that is not very flexibleIn he database design, how can you implement variable groups where people (and maybe company's can be a member of? |
|
|
|
|