RE: Simple (I Hope) Howto Question

2003-12-16 Thread oliver . matz
-Original Message- From: Gary [mailto:[EMAIL PROTECTED] I have a Person object that contains a list of 0-n Email objects and a name. I would like to do a PB query (not OQL) to the effect of: Give me all Persons with name like X and email like Y. I suppose Person has a field name

RE: Simple (I Hope) Howto Question

2003-12-16 Thread Gary
Thanks. Will this check all the addresses inside emails? Or just the first? Or... And what if emails is null? Thanks again, Gary --- [EMAIL PROTECTED] wrote: -Original Message- From: Gary [mailto:[EMAIL PROTECTED] I have a Person object that contains a list of 0-n Email

RE: Simple (I Hope) Howto Question

2003-12-16 Thread Gelhar, Wallace Joseph
this helps, Wally -Original Message- From: Gary [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 9:52 AM To: OJB Users List Subject: RE: Simple (I Hope) Howto Question Thanks. Will this check all the addresses inside emails? Or just the first? Or... And what if emails

Re: Simple (I Hope) Howto Question

2003-12-16 Thread Daniel Perry
How would you do this same query through the ODMG API? Thanks, Daniel. - Original Message - From: Gelhar, Wallace Joseph [EMAIL PROTECTED] To: OJB Users List [EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 4:09 PM Subject: RE: Simple (I Hope) Howto Question Hi Gary