I have le same problem, i want to known what is the syntax for my repository_usr.xml to init an hashtable attribut ?

I have 2 tables :
URLINFO {id_url, attribut1, ...}
OPTION {id_option, id_url, param_name, param_value}

With this informations I want to init a class with the following info :
class URLInfo {
     int idUrl;
     String attribut;
     Hashtable options; // (key = param_name, value = param_value)
}

I think it is something like a reference-descriptor but I am newby with ODMG

thank
Nico
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to