<?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: Query Managed Auto Increment</title>
	<atom:link href="http://juixe.com/techknow/index.php/2006/06/04/query-managed-auto-increment/feed/" rel="self" type="application/rss+xml" />
	<link>http://juixe.com/techknow/index.php/2006/06/04/query-managed-auto-increment/</link>
	<description>Break Coders Block!</description>
	<lastBuildDate>Tue, 31 Jan 2012 15:29:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: tj</title>
		<link>http://juixe.com/techknow/index.php/2006/06/04/query-managed-auto-increment/comment-page-1/#comment-12030</link>
		<dc:creator>tj</dc:creator>
		<pubDate>Tue, 23 Mar 2010 18:07:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.juixe.com/techknow/index.php/2006/06/04/query-managed-auto-increment/#comment-12030</guid>
		<description>SQL Server and MS Access does not need any auto increment SQL to be written since they both support an auto increment field definition. 

In SQL server, set the field type to Integer and set the identity increment to 1. In MS Access, simply set the field type to auto increment.</description>
		<content:encoded><![CDATA[<p>SQL Server and MS Access does not need any auto increment SQL to be written since they both support an auto increment field definition. </p>
<p>In SQL server, set the field type to Integer and set the identity increment to 1. In MS Access, simply set the field type to auto increment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dai clegg</title>
		<link>http://juixe.com/techknow/index.php/2006/06/04/query-managed-auto-increment/comment-page-1/#comment-63</link>
		<dc:creator>dai clegg</dc:creator>
		<pubDate>Fri, 18 May 2007 11:45:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.juixe.com/techknow/index.php/2006/06/04/query-managed-auto-increment/#comment-63</guid>
		<description>i guess somebody pointed out to you that you can do  &#039;select 0 from dual;&#039;
in Oracle. &#039;dual&#039; always exists, with only one row, in Oracle databases, for just this purpose.</description>
		<content:encoded><![CDATA[<p>i guess somebody pointed out to you that you can do  &#8216;select 0 from dual;&#8217;<br />
in Oracle. &#8216;dual&#8217; always exists, with only one row, in Oracle databases, for just this purpose.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

