<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>tumanov.com &#187; Uncategorized</title>
	<atom:link href="http://tumanov.com/blog/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://tumanov.com/blog</link>
	<description>software engineering, entrepreneurship, music - by Ivan Tumanov</description>
	<lastBuildDate>Sat, 13 Feb 2010 00:53:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Getting Last Insert ID with PHP and MSSQL</title>
		<link>http://tumanov.com/blog/2006/03/getting-last-insert-id-with-php-and-mssql/</link>
		<comments>http://tumanov.com/blog/2006/03/getting-last-insert-id-with-php-and-mssql/#comments</comments>
		<pubDate>Wed, 01 Mar 2006 21:30:13 +0000</pubDate>
		<dc:creator>Ivan Tumanov</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tumanov.com/blog/?p=171</guid>
		<description><![CDATA[I wrote about getting the last insert ID before, and gave examples for using PHP&#8217;s mysql_insert_id function and an ASP alternative that used MSSQL&#8217;s @@IDENTITY function.
Using PHP, the solution is pretty easy but required some tinkering because you don&#8217;t need to SET NOCOUNT on and off, PHP&#8217;s mssql functions seem to want to return only [...]]]></description>
		<wfw:commentRss>http://tumanov.com/blog/2006/03/getting-last-insert-id-with-php-and-mssql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
