eh ? try to translate it in OOP instead talk about tables, then we can talk about persistence stuff
2010/3/4 Kris-I <[email protected]> > Hello, > > I need an advice. Imagine, I have a caddy. I can add some products in this > caddy (PC hardware, DVD, book, software, ....) > > Common point between these products : id, name, code, price > > The products has some specifics info : > - Book : author > - DVD : languages, format, ... > - Software : version, OS supported > > DB point a view, I have at this time, one table (Product) with the common > point. But how manage the details for specific products ? > > - Create a table with a field by detail possible for Book + DVD + Software > .. and use it depending of the product > - Create specific an table (objet) detail by product. > > Regards, > > -- > You received this message because you are subscribed to the Google Groups > "nhusers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<nhusers%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/nhusers?hl=en. > -- Fabio Maulo -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
