<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Retrieve Last Record Inserted &#8211; Coldfusion</title>
	<atom:link href="http://www.venturen.net/coding/retrieve-last-record-inserted-coldfusion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.venturen.net/coding/retrieve-last-record-inserted-coldfusion/</link>
	<description>Code + Production + Promotion</description>
	<lastBuildDate>Thu, 29 Jul 2010 15:44:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.venturen.net/coding/retrieve-last-record-inserted-coldfusion/comment-page-1/#comment-15116</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 17 Feb 2009 19:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.venturen.net/?p=143#comment-15116</guid>
		<description>Stephen,

Thank you very much for the contribution.  This will certainly be helpful for those on Coldfusion 8.</description>
		<content:encoded><![CDATA[<p>Stephen,</p>
<p>Thank you very much for the contribution.  This will certainly be helpful for those on Coldfusion 8.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Moretti</title>
		<link>http://www.venturen.net/coding/retrieve-last-record-inserted-coldfusion/comment-page-1/#comment-15096</link>
		<dc:creator>Stephen Moretti</dc:creator>
		<pubDate>Tue, 17 Feb 2009 15:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.venturen.net/?p=143#comment-15096</guid>
		<description>If you&#039;re on coldfusion 8, use the result attribute of cfquery.

In the result struct you will find a structkey called IDENTITYCOL.  This is the ID of the last inserted record. Note : the variables name with the last inserted ID varies depending on your database type.

Take a look at :
http://livedocs.adobe.com/coldfusion/8/htmldocs/Tags_p-q_17.html#1102316</description>
		<content:encoded><![CDATA[<p>If you&#8217;re on coldfusion 8, use the result attribute of cfquery.</p>
<p>In the result struct you will find a structkey called IDENTITYCOL.  This is the ID of the last inserted record. Note : the variables name with the last inserted ID varies depending on your database type.</p>
<p>Take a look at :<br />
<a href="http://livedocs.adobe.com/coldfusion/8/htmldocs/Tags_p-q_17.html#1102316" rel="nofollow">http://livedocs.adobe.com/coldfusion/8/htmldocs/Tags_p-q_17.html#1102316</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

