Hold that thought.   Got it sorted out with some help from this blog
post:

http://www.ghidinelli.com/2007/08/21/manytomany-relationships-with-transfer-orm

Cheers,
Andrew.

Andrew wrote:

> Hi Jared,
>
> I have a table and object called "Applicant", defined something like
> this:
>
>                       <object name="Applicant" table="RE_APPLICANT"
>                               sequence="RE_APPLICANT_KEY_SEQ">
>                               <id name="applicant_id" type="numeric" 
> generate="false" />
>                               <property name="applicant_title" type="string" 
> />
>                               <property name="first_name" type="string" />
>                               <property name="preferred_name" type="string" />
>                               <property name="last_name" type="string" />
>                               <property name="work_permit" type="numeric" />
>                       </object>
>
> And another one called "Accreditation":
>
>                       <object name="Accreditation" table="RE_ACCREDITATION"
>                               sequence="RE_ACCREDITATION_KEY_SEQ">
>                               <id name="id" type="numeric" generate="false" />
>                               <property name="description" type="string" />
>                       </object>
>
> I wanted to create a many to many relationship between Applicants and
> Accreditations, but wasn't sure of the syntax in the transfer.xml
>
> I also assume I need to create a table to link the two as well...
>
> Andrew.
>
> On Oct 9, 12:28�pm, Jared Rypka-Hauer <[EMAIL PROTECTED]> wrote:
> > What's your question, dude? Maybe someone here can be of assitance.
> >
> > J
> >
> > On Oct 8, 2008, at 8:25 PM, Andrew wrote:
> >
> >
> >
> > > Is there anywhere else I can get the doco from in the meantime? �I'm a
> > > little stuck sadly :-(
> >
> > > On Oct 9, 11:09 am, "Mark Mandel" <[EMAIL PROTECTED]> wrote:
> > >> Hey guys,
> >
> > >> Looks like my host has put in a new firewall, and everything's a �
> > >> bit fubar'd.
> >
> > >> I'll let you know when I have more information.
> >
> > >> Mark
--~--~---------~--~----~------------~-------~--~----~
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer

You received this message because you are subscribed to the Google Groups 
"transfer-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/transfer-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to