Doing that without INTO gives an error regarding the missing INTO keyword - it needs to be returned into a declared or bound PL/SQL variable. Can CF get the value of a modified, bound variable?
-----Original Message----- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Tuesday, 7 June 2005 4:34 To: CF-Talk Subject: Re: Get New Record ID in ORACLE James Holmes wrote: > For one they get around the problem of getting the last id inserted > into the table as per some of the discussion in the MySQL thread > yesterday, without needing to use serializable transactions. But for that you can also use the INSERT .. RETURNING .. directly. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:208768 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

