paulthepaddy
Well-known member
i don't remember how i came across the video i found, but i always thought that Linq was lambda :S but now i have been watching a few videos on Linq to SQL classes, i defiantly think this is the way to go for me.
but i would also like some help in creating a few tables that would be similar to a products and category tables but slightly more complicated.
i don't have any products we offer services, also the database doesn't need to contain unit prices and the likes of. but what is throwing me is the relationships between everything
at the moment we offer 2 main services which in turn have a sub service so to speak, which are performed on an area of a car. eg
Sprayless - Compound - bonnet
Paint - Parts - Wing Mirror
do i create 3 tables category - sub category - ??panel??
and how would i go about making the primary keys
should i use a mixture of FK and composite keys
im struggling to word this so if you guys need to ask questions it would possibly be easier to answer a question that trying to word this all out with it makeing sense :S
but i would also like some help in creating a few tables that would be similar to a products and category tables but slightly more complicated.
i don't have any products we offer services, also the database doesn't need to contain unit prices and the likes of. but what is throwing me is the relationships between everything
at the moment we offer 2 main services which in turn have a sub service so to speak, which are performed on an area of a car. eg
Sprayless - Compound - bonnet
Paint - Parts - Wing Mirror
do i create 3 tables category - sub category - ??panel??
and how would i go about making the primary keys
should i use a mixture of FK and composite keys
im struggling to word this so if you guys need to ask questions it would possibly be easier to answer a question that trying to word this all out with it makeing sense :S