I vaguely recall reading something about turning off Transfer's transactions
so that you can use "cftransaction" so it might be possible. I say that just
to say that yes, it's within the realm of options to use "cftransaction" but
you'll likely be better off going with one of the mainstream ways that
Transfer works with transactions.

http://docs.transfer-orm.com/wiki/Transactions_and_Transfer.cfm

- Gabriel

On Tue, Nov 3, 2009 at 9:14 AM, marc <[email protected]> wrote:

>
> Yes, that's what I do now. And it should be atomic so it should be in
> a transaction. I guess I can't do this:
>
> <cftransaction>
> <cfset local.graphictexts=local.oGraphic.getGraphicTextsArray()>
> <cfloop array="#local.graphictexts#" index="local.graphictext">
> [... more code...]
> </cftransaction>
>
> since the <cftransaction> can only contain <cfquery> elements. Is that
> right and if so, does Transfer provide a mechanism for enabling
> transactions?
>
> Thank you,
>
> Marc
> >
>

--~--~---------~--~----~------------~-------~--~----~
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