<?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: Getting a MySQL last insert_id from an ADOdb connection	</title>
	<atom:link href="https://www.brandonchecketts.com/archives/getting-a-mysql-last-insert_id-from-an-adodb-connection/feed" rel="self" type="application/rss+xml" />
	<link>https://www.brandonchecketts.com/archives/getting-a-mysql-last-insert_id-from-an-adodb-connection</link>
	<description>Web Programming, Linux System Administation, and Entrepreneurship in Athens Georgia</description>
	<lastBuildDate>Fri, 25 Apr 2008 18:25:03 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>
		By: Brandon		</title>
		<link>https://www.brandonchecketts.com/archives/getting-a-mysql-last-insert_id-from-an-adodb-connection/comment-page-1#comment-926</link>

		<dc:creator><![CDATA[Brandon]]></dc:creator>
		<pubDate>Fri, 25 Apr 2008 18:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonchecketts.com/archives/getting-a-mysql-last-insert_id-from-an-adodb-connection#comment-926</guid>

					<description><![CDATA[I&#039;ve been thinking about writing a patch to adodb to include all of the _seq tables into a single _sequences table with two coluumns.  I personally would like that a lot better just to avoid having all of the extra single-column, single-value tables.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been thinking about writing a patch to adodb to include all of the _seq tables into a single _sequences table with two coluumns.  I personally would like that a lot better just to avoid having all of the extra single-column, single-value tables.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Webmaster man		</title>
		<link>https://www.brandonchecketts.com/archives/getting-a-mysql-last-insert_id-from-an-adodb-connection/comment-page-1#comment-923</link>

		<dc:creator><![CDATA[Webmaster man]]></dc:creator>
		<pubDate>Thu, 24 Apr 2008 23:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonchecketts.com/archives/getting-a-mysql-last-insert_id-from-an-adodb-connection#comment-923</guid>

					<description><![CDATA[I&#039;ve been using the Insert_ID() call in adoDB for a bit now, it is messy but I couldn&#039;t find anyway around it at the time besides creating my own temporary table. And i didn&#039;t want to just get the last record either as my Database is busy and could have easily let to the wrong record being returned if two queries clashed. I&#039;m still dubious about all the methods that at some stage they could clash in theory .]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using the Insert_ID() call in adoDB for a bit now, it is messy but I couldn&#8217;t find anyway around it at the time besides creating my own temporary table. And i didn&#8217;t want to just get the last record either as my Database is busy and could have easily let to the wrong record being returned if two queries clashed. I&#8217;m still dubious about all the methods that at some stage they could clash in theory .</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
