Thanks Mark.  And just to let you know your signature's link to
ColdFusionORMTraining isn't linked properly.  You need to put the HTTP://

On Sep 24, 9:53 pm, Mark Mandel <[email protected]> wrote:
> You will need to do it yourself manually, I'm sorry to say.
>
> Mark
>
>
>
> On Sat, Sep 25, 2010 at 1:19 AM, David Long <[email protected]> wrote:
> > I have a database setup and Transfer using a manytoone relationship to
> > map two tables (variations and varVals).  The configuration is as
> > follows:
> >                        <object name="variation" table="variations">
> >                                <id name="varid" type="numeric" />
> >                                <property name="title" type="string" />
> >                                <property name="type" type="string" />
> >                        </object>
>
> >                        <object name="variationVal" table="variationVals">
> >                                <id name="valid" type="numeric" />
> >                                <property name="title" type="string" />
> >                                <property name="price" type="numeric" />
> >                                <manytoone name="varid">
> >                                        <link to="catalog.variation"
> > column="varid" /
> >                                </manytoone>
> >                        </object>
>
> > The objects are, as you can tell, within a package called catalog.
> > Not what I am doing is deleting 1 variation.  So I also need to delete
> > all of the Variation values.  Is there a way to have transfer do this
> > for me or do I need to retrieve a list object, loop over it, get the
> > variation value, and delete the variation value?
>
> > --
> > Before posting questions to the group please read:
>
> >http://groups.google.com/group/transfer-dev/web/how-to-ask-support-qu...
>
> > Try out the new Transfer ORM Custom Google Search:
> >http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8
>
> > 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]<transfer-dev%[email protected]>
> > For more options, visit this group at
> >http://groups.google.com/group/transfer-dev?hl=en
>
> --
> E: [email protected]
> T:http://www.twitter.com/neurotic
> W:www.compoundtheory.com
>
> cf.Objective(ANZ) - Nov 18, 19 - Melbourne 
> Australiahttp://www.cfobjective.com.au
>
> Hands-on ColdFusion ORM Trainingwww.ColdFusionOrmTraining.com

-- 
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer

Try out the new Transfer ORM Custom Google Search:
http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8

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