http://livedocs.adobe.com/coldfusion/8/htmldocs/Tags_p-q_17.html

"result_name.ROWID; Oracle only. The ID of an inserted row. This is
not the primary key of the row, although you can retrieve rows based
on this ID."

This means we can now insert a row and then query the DB on the ROWID
to get the new PK (useful if the PK came from a trigger that
incremented a sequence). Even works without a transaction.

If you're using stored procs you have the "RETURNING INTO" clause at
your disposal, so it may be less useful for you.

On Wed, Aug 20, 2008 at 10:31 AM, Craigsell  wrote:
> To what CF8 goodies do you refer?  I do everything in ORACLE (mostly using
> stored procs) but I haven't had a chance to do a deep dive into CF8 yet...
>

-- 
mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311298
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to