On Fri, Sep 24, 2010 at 10:55 AM, Leigh <cfsearch...@yahoo.com> wrote:
>
> Sounds good. It would certainly come in handy.  Especially the ability to 
> retrieve identity/autoincrement values.

Can you do that by running it inside cftransaction?

<cftransaction>
  <cfinsert>
  <cfquery>select @@identity ... or whatever your db uses</cfquery>
</cftransaction>

I'm not sure if putting this kind of thing in cftransaction does
anything for you at all or even if you can put cfinsert inside a
transaction...

Ric

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337479
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to