This has been taken care of. Actually a List will be returned from the Contact OM class. You need to specify the foreign key relations of your 2 tables in the database XML file.
Howard On Tue, 22 Feb 2005 15:29:21 +0200, Kintzel Levente <[EMAIL PROTECTED]> wrote: > > Hi! > > I have a simple design question. > I want to creat a database with contact information (id, name, adress, > phone no), but the contact can have more than one phonenumber. The > simplest solution for this problem is the normalization and to create 2 > tables (one with id, name and adress and one with the id and phone > numbers), but I want to be able to load automatically all phone numbers > when I load the data of one contact. In other words to have an array in > the generated ContactOM class. Is that possible? Or there are some design > solutions for this problem? > > Thank You > > Levente Kintzel > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]