Hello !!! I have store some attrybutes to database. Attrybutes are set of integer values. {1,5,7} is valid set, but {1,3,1} is not valid set
I have to build compare relation i.e. {1,5,7} is equivalent to {5,7,1} or {1,7,5} etc. but {1,5,7} is not equivalent to {5,1} or {1,4,2} What's best solution: arrays, master detail relation, something else... Thnaks in advance Grendel ___________________________________ NOCC, http://nocc.sourceforge.net ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly