Monday 05 June 2006 11:55:58 pm
Hello, i've two classes: Lecteur (lecteur_class) and Magazine(magazine_class)
Magazine class:
-name(Text line)
-date_sortie(Date) -description(Text Bloc),
Lecteur class is define:
-fisrt_name(Text line)
-last_name(Text Line)
-.... -magazine(Related Objects va accept only type Magazine class) an objects of class Lecteur can be "related" to 0,1 or more Magazines. i now want to fetch all the magazine related to an object of class Lecteur how can i do that??? thanks.
|